diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-24 20:26:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 20:26:27 +0200 |
commit | 4f94ba1604acf0f845fdfd4fca3011bf2b7eebee (patch) | |
tree | 9a935a38da5d6546be367a8810265aa8f455a62a /ora/README.md | |
parent | Merge pull request #101 from Riczap/patch-1 (diff) | |
download | gpt4free-4f94ba1604acf0f845fdfd4fca3011bf2b7eebee.tar gpt4free-4f94ba1604acf0f845fdfd4fca3011bf2b7eebee.tar.gz gpt4free-4f94ba1604acf0f845fdfd4fca3011bf2b7eebee.tar.bz2 gpt4free-4f94ba1604acf0f845fdfd4fca3011bf2b7eebee.tar.lz gpt4free-4f94ba1604acf0f845fdfd4fca3011bf2b7eebee.tar.xz gpt4free-4f94ba1604acf0f845fdfd4fca3011bf2b7eebee.tar.zst gpt4free-4f94ba1604acf0f845fdfd4fca3011bf2b7eebee.zip |
Diffstat (limited to 'ora/README.md')
-rw-r--r-- | ora/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ora/README.md b/ora/README.md index fb9f5974..36bc2806 100644 --- a/ora/README.md +++ b/ora/README.md @@ -4,6 +4,9 @@ more gpt4 models in `/testing/ora_gpt4.py` +find the userid by visiting https://ora.sh/api/auth/session ( must be logged in on the site ) +and session_token in the cookies, it should be: __Secure-next-auth.session-token + ```python # if using CompletionModel.load set these ora.user_id = '...' @@ -43,4 +46,4 @@ while True: conversationId = init.id) print(response.completion.choices[0].text) -```
\ No newline at end of file +``` |