Skip to content

Commit 573f736

Browse files
authored
Update agent_executors.py [Grok Model] (#55)
switch back to Grok model https://openrouter.ai/x-ai/grok-2-1212/uptime
1 parent 373279c commit 573f736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/agent_executors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
SUGGESTIONS_MODEL = GOOGLE_GEMINI_20_FLASH_MODEL
2626
ROUTING_MODEL = GOOGLE_GEMINI_FLASH_15_8B_MODEL
27-
REASONING_MODEL = LLAMA_3_1_405B_MODEL
27+
REASONING_MODEL = GROK_MODEL
2828

2929

3030
def create_routing_model() -> ChatOpenAI:

0 commit comments

Comments
 (0)