Skip to content

Commit

Permalink
feat: Add GPT-4o Mini model and support function calling with OpenAI …
Browse files Browse the repository at this point in the history
…models
  • Loading branch information
andthattoo committed Jul 19, 2024
1 parent 2b37b3d commit 2e045b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ pub enum Model {
GPT3_5Turbo,
GPT4Turbo,
GPT4o,
GPT4oMini
}
```

**Important!** Function calling is currently not implemented for OpenAI models.

### Logs

Logs can be turned on/off through environment variables:
Expand Down

0 comments on commit 2e045b9

Please sign in to comment.