Skip to content

Commit

Permalink
Merge pull request xtekky#70 from CalyGit/branch
Browse files Browse the repository at this point in the history
Fix typos in READMEs
  • Loading branch information
xtekky committed Apr 22, 2023
2 parents 8f76adb + 0d25200 commit aebb88d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ These sites will be reverse engineered but need account access:

#### search
- [`/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
Expand Down
2 changes: 1 addition & 1 deletion ora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ model = ora.CompletionModel.load(chatbot_id, 'gpt-4') # or gpt-3.5

#### create model / chatbot:
```python
# inport ora
# import ora
import ora

# create model
Expand Down
2 changes: 1 addition & 1 deletion quora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ models = {
import quora

# 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)

model = quora.Model.create(
Expand Down

0 comments on commit aebb88d

Please sign in to comment.