Update Gemini 2.5 Pro to use model name: gemini-2.5-pro
This commit is contained in:
parent
b093d03d69
commit
4fef829034
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ def get_model_emoji(model_type: str) -> str:
|
|||
emojis = {
|
||||
'gpt5-exp': '🚀',
|
||||
'claude45-exp': '🧠',
|
||||
'gemini25-exp': '✨',
|
||||
'gemini25-exp': '💎',
|
||||
'gpt4o': '⚡',
|
||||
'gpt4': '🤖',
|
||||
'claude': '🧠',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue