cccjc commited on
Commit
d9bed00
·
1 Parent(s): b971fc0

update name and url

Browse files
Files changed (1) hide show
  1. constants.py +3 -3
constants.py CHANGED
@@ -117,8 +117,8 @@ MODEL_NAME_MAP = {
117
  "InternVL2_5_2B": "InternVL2.5-2B",
118
  "InternVL2_5_8B": "InternVL2.5-8B",
119
  "Grok-2-vision-1212": "Grok-2-vision-1212",
120
- "Gemini-2.0-thinking": "Gemini-2.0-flash-thinking",
121
- "Gemini-Flash-2.0-exp": "Gemini-Flash-2.0-exp",
122
  "Gemini-exp-1206": "Gemini-exp-1206",
123
  }
124
 
@@ -208,7 +208,7 @@ MODEL_URLS = {
208
  "InternVL2_5_2B": "https://huggingface.co/OpenGVLab/InternVL2_5-2B",
209
  "InternVL2_5_8B": "https://huggingface.co/OpenGVLab/InternVL2_5-8B",
210
  "Grok-2-vision-1212": "https://x.ai/blog/grok-1212",
211
- "Gemini-2.0-thinking": "://ai.google.dev/gemini-api/docs/thinking-mode",
212
  "Gemini-exp-1206": "https://blog.google/feed/gemini-exp-1206/",
213
  "Gemini-Flash-2.0-exp": "https://blog.google/technology/google-deepmind/google-gemini-ai-update-december-2024/#gemini-2-0-flash",
214
  }
 
117
  "InternVL2_5_2B": "InternVL2.5-2B",
118
  "InternVL2_5_8B": "InternVL2.5-8B",
119
  "Grok-2-vision-1212": "Grok-2-vision-1212",
120
+ "Gemini-2.0-thinking": "Gemini-2.0-Flash-thinking",
121
+ "Gemini-Flash-2.0-exp": "Gemini-2.0-Flash-exp",
122
  "Gemini-exp-1206": "Gemini-exp-1206",
123
  }
124
 
 
208
  "InternVL2_5_2B": "https://huggingface.co/OpenGVLab/InternVL2_5-2B",
209
  "InternVL2_5_8B": "https://huggingface.co/OpenGVLab/InternVL2_5-8B",
210
  "Grok-2-vision-1212": "https://x.ai/blog/grok-1212",
211
+ "Gemini-2.0-thinking": "https://ai.google.dev/gemini-api/docs/thinking-mode",
212
  "Gemini-exp-1206": "https://blog.google/feed/gemini-exp-1206/",
213
  "Gemini-Flash-2.0-exp": "https://blog.google/technology/google-deepmind/google-gemini-ai-update-december-2024/#gemini-2-0-flash",
214
  }