LibertyBird commited on
Commit
9fb1b16
·
1 Parent(s): 18b4d71

rollback maverick

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -9,7 +9,7 @@ class TheAgent:
9
  # Initialize the agent with model and tools
10
  self.agent = CodeAgent(
11
  model=LiteLLMModel(
12
- model_id="openrouter/deepseek/deepseek-chat-v3-0324:free",
13
  api_key=os.getenv("OPENROUTER_KEY")
14
  ),
15
  tools=[
 
9
  # Initialize the agent with model and tools
10
  self.agent = CodeAgent(
11
  model=LiteLLMModel(
12
+ model_id="openrouter/meta-llama/llama-4-maverick:free",
13
  api_key=os.getenv("OPENROUTER_KEY")
14
  ),
15
  tools=[