Update Claude Models (#362)

This commit is contained in:
Ying-Shan Lin
2024-07-20 16:00:10 +08:00
committed by GitHub
parent 2059549dce
commit 37fb140563
+3 -2
View File
@@ -64,9 +64,10 @@ export const MODEL_LIST = {
"gpt-4o-mini",
"gpt-4o-mini-2024-07-18"],
anthropic: ['claude-3-haiku-20240307',
anthropic: ['claude-3-5-sonnet-20240620',
'claude-3-opus-20240229',
'claude-3-sonnet-20240229',
'claude-3-opus-20240229']
'claude-3-haiku-20240307']
}
const getDefaultModel = (provider: string | undefined): string => {