Skip to content

Commit

Permalink
add gpt4o 0806 and latest (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
sceuick authored Aug 17, 2024
1 parent f874b58 commit 9190891
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -192,6 +194,8 @@ export const OPENAI_CHAT_MODELS: Record<string, boolean> = {
[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
Expand Down

0 comments on commit 9190891

Please sign in to comment.