From 0d252005c872c84012e152f2aa5b37da2d80cfdb Mon Sep 17 00:00:00 2001 From: Calistus Saratuki Date: Sat, 22 Apr 2023 17:36:02 +0300 Subject: Fix typos in READMEs --- README.md | 2 +- ora/README.md | 2 +- quora/README.md | 2 +- 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( -- cgit v1.2.3