Merge pull request #70 from CalyGit/branch
Browse files- README.md +1 -1
- ora/README.md +1 -1
- quora/README.md +1 -1
README.md
CHANGED
@@ -57,7 +57,7 @@ These sites will be reverse engineered but need account access:
|
|
57 |
|
58 |
#### search
|
59 |
- [`/phind`](./phind/README.md)
|
60 |
-
- why ? its not sure if they use gpt, but rather claude but they have an amazing search and good
|
61 |
|
62 |
|
63 |
## Dependencies
|
|
|
57 |
|
58 |
#### search
|
59 |
- [`/phind`](./phind/README.md)
|
60 |
+
- why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model
|
61 |
|
62 |
|
63 |
## Dependencies
|
ora/README.md
CHANGED
@@ -11,7 +11,7 @@ model = ora.CompletionModel.load(chatbot_id, 'gpt-4') # or gpt-3.5
|
|
11 |
|
12 |
#### create model / chatbot:
|
13 |
```python
|
14 |
-
#
|
15 |
import ora
|
16 |
|
17 |
# create model
|
|
|
11 |
|
12 |
#### create model / chatbot:
|
13 |
```python
|
14 |
+
# import ora
|
15 |
import ora
|
16 |
|
17 |
# create model
|
quora/README.md
CHANGED
@@ -18,7 +18,7 @@ models = {
|
|
18 |
import quora
|
19 |
|
20 |
# create account
|
21 |
-
# make
|
22 |
token = quora.Account.create(logging = True, enable_bot_creation=True)
|
23 |
|
24 |
model = quora.Model.create(
|
|
|
18 |
import quora
|
19 |
|
20 |
# create account
|
21 |
+
# make sure to set enable_bot_creation to True
|
22 |
token = quora.Account.create(logging = True, enable_bot_creation=True)
|
23 |
|
24 |
model = quora.Model.create(
|