AgileAndy commited on
Commit
0e4cc49
·
verified ·
1 Parent(s): f504b2e

changed model

Browse files
Files changed (1) hide show
  1. speed_optimized_gaia_agent.py +1 -1
speed_optimized_gaia_agent.py CHANGED
@@ -93,7 +93,7 @@ class SpeedOptimizedGAIAAgent:
93
  # 3-model consensus prioritized by real-world usage (token count = intelligence proxy)
94
  self.models = {
95
  "primary": {
96
- "name": "tngtech/deepseek-r1t2-chimera:free", # 80.4B tokens - HIGHEST usage
97
  "role": "Primary Reasoning (671B, most popular)",
98
  "client": self._create_openrouter_client()
99
  },
 
93
  # 3-model consensus prioritized by real-world usage (token count = intelligence proxy)
94
  self.models = {
95
  "primary": {
96
+ "name": "x-ai/grok-code-fast-1", # 80.4B tokens - HIGHEST usage
97
  "role": "Primary Reasoning (671B, most popular)",
98
  "client": self._create_openrouter_client()
99
  },