Niraya666 commited on
Commit
32479eb
·
verified ·
1 Parent(s): 70376f3

Update agent/gaia_agent.py

Browse files
Files changed (1) hide show
  1. 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 "gpt-4o"
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