Add GPT4o 20240806

This commit is contained in:
kwaroran
2024-08-09 21:37:18 +09:00
parent 3f584356f1
commit 952ee5fb54
3 changed files with 6 additions and 0 deletions

View File

@@ -99,6 +99,8 @@ export function getModelName(name:string){
return 'GPT-4o'
case 'gpt4o-2024-05-13':
return 'GPT-4o (2024-05-13)'
case 'gpt4o-2024-08-06':
return 'GPT-4o (2024-08-06)'
case 'gpt4om':
return 'GPT-4o Mini'
case 'gpt4om-2024-07-18':