commit
aebb88da37
3 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ These sites will be reverse engineered but need account access:
|
||||||
|
|
||||||
#### search
|
#### search
|
||||||
- [`/phind`](./phind/README.md)
|
- [`/phind`](./phind/README.md)
|
||||||
- why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasonning model
|
- why ? its not sure if they use gpt, but rather claude but they have an amazing search and good reasoning model
|
||||||
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
|
@ -11,7 +11,7 @@ model = ora.CompletionModel.load(chatbot_id, 'gpt-4') # or gpt-3.5
|
||||||
|
|
||||||
#### create model / chatbot:
|
#### create model / chatbot:
|
||||||
```python
|
```python
|
||||||
# inport ora
|
# import ora
|
||||||
import ora
|
import ora
|
||||||
|
|
||||||
# create model
|
# create model
|
||||||
|
|
|
@ -18,7 +18,7 @@ models = {
|
||||||
import quora
|
import quora
|
||||||
|
|
||||||
# create account
|
# create account
|
||||||
# make shure to set enable_bot_creation to True
|
# make sure to set enable_bot_creation to True
|
||||||
token = quora.Account.create(logging = True, enable_bot_creation=True)
|
token = quora.Account.create(logging = True, enable_bot_creation=True)
|
||||||
|
|
||||||
model = quora.Model.create(
|
model = quora.Model.create(
|
||||||
|
|
Loading…
Reference in a new issue