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:
Hongbo Wu 2024-07-23 14:01:06 +08:00 committed by GitHub
commit 284dcfa323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'