diff --git a/common/adapters.ts b/common/adapters.ts index 80c85906c..f084530be 100644 --- a/common/adapters.ts +++ b/common/adapters.ts @@ -146,6 +146,8 @@ export const OPENAI_MODELS = { GPT4_Turbo_0409: 'gpt-4-turbo-2024-04-09', GPT4_Omni: 'gpt-4o', GPT4_Omni_Mini: 'gpt-4o-mini', + GPT4_Omni_0806: 'gpt-4o-2024-08-06', + GPT4_Omni_Latest: 'chatgpt-4o-latest', } as const export const MISTRAL_MODELS = { @@ -192,6 +194,8 @@ export const OPENAI_CHAT_MODELS: Record = { [OPENAI_MODELS.GPT4_Turbo_0409]: true, [OPENAI_MODELS.GPT4_Omni]: true, [OPENAI_MODELS.GPT4_Omni_Mini]: true, + [OPENAI_MODELS.GPT4_Omni_0806]: true, + [OPENAI_MODELS.GPT4_Omni_Latest]: true, } /** Note: claude-v1 and claude-instant-v1 not included as they may point