feat: Add GPT-4o mode

This commit is contained in:
kwaroran
2024-05-14 02:35:00 +09:00
parent 8e4871a8a9
commit 14ef1d95ce
3 changed files with 12 additions and 2 deletions

View File

@@ -93,6 +93,10 @@ export function getModelName(name:string){
return 'GPT-4 Turbo'
case 'gpt4_turbo_20240409':
return 'GPT-4 Turbo (20240409)'
case 'gpt4o':
return 'GPT-4o'
case 'gpt4o-2024-05-13':
return 'GPT-4o (2024-05-13)'
case 'gemini-1.5-pro-latest':
return 'Gemini 1.5 Pro'
case 'ollama-hosted':