Rename the model.

This commit is contained in:
SkywalkerJi
2025-11-01 17:10:36 +08:00
parent 773d3c9188
commit 9f9c35826d
2 changed files with 1 additions and 13 deletions

View File

@@ -31,12 +31,6 @@ function getModelDisplayName(modelId: string): string {
return 'Qwen';
case 'claude':
return 'Claude';
case 'gpt4':
case 'gpt-4':
return 'GPT-4';
case 'gpt3.5':
case 'gpt-3.5':
return 'GPT-3.5';
default:
return modelId.toUpperCase();
}