Update agent/gaia_agent.py
Browse files- agent/gaia_agent.py +1 -1
agent/gaia_agent.py
CHANGED
|
@@ -41,7 +41,7 @@ class GaiaAgent:
|
|
| 41 |
model_kwargs["api_base"] = custom_base
|
| 42 |
|
| 43 |
# Fix: Add provider prefix for LiteLLM
|
| 44 |
-
model_id_with_prefix = model_id or "
|
| 45 |
if custom_base and "moonshot" in custom_base and not model_id_with_prefix.startswith("moonshot/"):
|
| 46 |
model_id_with_prefix = f"moonshot/{model_id_with_prefix}"
|
| 47 |
|
|
|
|
| 41 |
model_kwargs["api_base"] = custom_base
|
| 42 |
|
| 43 |
# Fix: Add provider prefix for LiteLLM
|
| 44 |
+
model_id_with_prefix = model_id or "kimi-k2.5"
|
| 45 |
if custom_base and "moonshot" in custom_base and not model_id_with_prefix.startswith("moonshot/"):
|
| 46 |
model_id_with_prefix = f"moonshot/{model_id_with_prefix}"
|
| 47 |
|