summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--ora/README.md2
-rw-r--r--quora/README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d9cadb73..4bb71feb 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/ora/README.md b/ora/README.md
index 2cc350d4..b4ae0878 100644
--- a/ora/README.md
+++ b/ora/README.md
@@ -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
diff --git a/quora/README.md b/quora/README.md
index e1ec140b..a521e60c 100644
--- a/quora/README.md
+++ b/quora/README.md
@@ -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(