add claude sonnet

This commit is contained in:
kwaroran
2024-06-20 23:33:52 +09:00
parent 4b77df6c19
commit 3d108e65c7
3 changed files with 5 additions and 3 deletions

View File

@@ -79,6 +79,8 @@ export function getModelName(name:string){
return 'Gemini Ultra Vision'
case 'claude-3-opus-20240229':
return 'Claude 3 Opus (20240229)'
case 'claude-3.5-sonnet-20240620':
return 'Claude 3.5 Sonnet (20240620)'
case 'claude-3-sonnet-20240229':
return 'Claude 3 Sonnet (20240229)'
case 'mistral-large-latest':