Update Gemini 2.5 Pro to use model name: gemini-2.5-pro

This commit is contained in:
DJP 2025-10-02 11:18:40 -04:00
parent b093d03d69
commit 4fef829034

View file

@ -134,7 +134,7 @@ def get_model_emoji(model_type: str) -> str:
emojis = {
'gpt5-exp': '🚀',
'claude45-exp': '🧠',
'gemini25-exp': '',
'gemini25-exp': '💎',
'gpt4o': '',
'gpt4': '🤖',
'claude': '🧠',