diff options
Diffstat (limited to 'ora')
-rw-r--r-- | ora/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |