alekn commited on
Commit
597f2ad
·
verified ·
1 Parent(s): bdeca1f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -13,7 +13,7 @@ model = InferenceClientModel(
13
  model = LiteLLMModel(
14
  model_id="openrouter/qwen/qwen3-30b-a3b:free",
15
  api_key=os.getenv("OPENROUTER_API_KEY"),
16
- max_tokens=8192
17
  )
18
 
19
  # Loads system prompt from the file
 
13
  model = LiteLLMModel(
14
  model_id="openrouter/qwen/qwen3-30b-a3b:free",
15
  api_key=os.getenv("OPENROUTER_API_KEY"),
16
+ max_tokens=5045
17
  )
18
 
19
  # Loads system prompt from the file