1
0
Fork 0

ora.sh gpt-4

This commit is contained in:
t.me/xtekky 2023-04-16 17:39:03 +01:00
parent d7ea4f90a8
commit e954091fe3

View file

@ -164,12 +164,13 @@ for response in t3nsor.StreamCompletion.create(
### Example: `ora` (use like openai pypi package) <a name="example-ora"></a> ### Example: `ora` (use like openai pypi package) <a name="example-ora"></a>
### load model (new)
more gpt4 models in `/testing/ora_gpt4.py`
```python ```python
# import ora # normal gpt-4: b8b12eaa-5d47-44d3-92a6-4d706f2bcacf
import ora model = ora.CompletionModel.load(chatbot_id, 'gpt-4') # or gpt-3.5
[...]
``` ```
#### create model / chatbot: #### create model / chatbot: