mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #4212 from omnivore-app/feature/use-gpt-4-o-mini
use new gpt-4o-mini openai model
This commit is contained in:
commit
284dcfa323
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
export const OPENAI_MODEL = 'gpt-4o'
|
||||
export const OPENAI_MODEL = 'gpt-4o-mini'
|
||||
export const ANTHROPIC_MODEL = 'claude-3-sonnet-20240229'
|
||||
|
|
|
|||
Loading…
Reference in a new issue