t.me/xtekky commited on
Commit
4f94ba1
1 Parent(s): 878a210

userid and session_token

Browse files
Files changed (1) hide show
  1. ora/README.md +4 -1
ora/README.md CHANGED
@@ -4,6 +4,9 @@
4
 
5
  more gpt4 models in `/testing/ora_gpt4.py`
6
 
 
 
 
7
  ```python
8
  # if using CompletionModel.load set these
9
  ora.user_id = '...'
@@ -43,4 +46,4 @@ while True:
43
  conversationId = init.id)
44
 
45
  print(response.completion.choices[0].text)
46
- ```
 
4
 
5
  more gpt4 models in `/testing/ora_gpt4.py`
6
 
7
+ find the userid by visiting https://ora.sh/api/auth/session ( must be logged in on the site )
8
+ and session_token in the cookies, it should be: __Secure-next-auth.session-token
9
+
10
  ```python
11
  # if using CompletionModel.load set these
12
  ora.user_id = '...'
 
46
  conversationId = init.id)
47
 
48
  print(response.completion.choices[0].text)
49
+ ```