t.me/xtekky
commited on
Commit
•
e954091
1
Parent(s):
d7ea4f9
ora.sh gpt-4
Browse files
README.md
CHANGED
@@ -164,12 +164,13 @@ for response in t3nsor.StreamCompletion.create(
|
|
164 |
|
165 |
### Example: `ora` (use like openai pypi package) <a name="example-ora"></a>
|
166 |
|
167 |
-
|
168 |
-
# import ora
|
169 |
-
import ora
|
170 |
|
171 |
-
|
172 |
|
|
|
|
|
|
|
173 |
```
|
174 |
|
175 |
#### create model / chatbot:
|
|
|
164 |
|
165 |
### Example: `ora` (use like openai pypi package) <a name="example-ora"></a>
|
166 |
|
167 |
+
### load model (new)
|
|
|
|
|
168 |
|
169 |
+
more gpt4 models in `/testing/ora_gpt4.py`
|
170 |
|
171 |
+
```python
|
172 |
+
# normal gpt-4: b8b12eaa-5d47-44d3-92a6-4d706f2bcacf
|
173 |
+
model = ora.CompletionModel.load(chatbot_id, 'gpt-4') # or gpt-3.5
|
174 |
```
|
175 |
|
176 |
#### create model / chatbot:
|