LibertyBird commited on
Commit
f0f133a
·
1 Parent(s): fdd7f03

meta-llama/llama-4-maverick-17b-128e-instruct

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/meta-llama/llama-4-maverick: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-17b-128e-instruct",
13
  api_key=os.getenv("OPENROUTER_KEY")
14
  ),
15
  tools=[