summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index d47fc535..7879a8b9 100644
--- a/README.md
+++ b/README.md
@@ -164,12 +164,13 @@ for response in t3nsor.StreamCompletion.create(
### Example: `ora` (use like openai pypi package) <a name="example-ora"></a>
-```python
-# import ora
-import ora
+### load model (new)
-[...]
+more gpt4 models in `/testing/ora_gpt4.py`
+```python
+# normal gpt-4: b8b12eaa-5d47-44d3-92a6-4d706f2bcacf
+model = ora.CompletionModel.load(chatbot_id, 'gpt-4') # or gpt-3.5
```
#### create model / chatbot: