Skip to content

Commit

Permalink
ora.sh gpt-4
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Apr 16, 2023
1 parent d7ea4f9 commit e954091
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e954091

Please sign in to comment.