Ahmud commited on
Commit
938a423
·
verified ·
1 Parent(s): 0edd622

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -29,7 +29,7 @@ def get_llm():
29
  llm = ChatOpenAI(
30
  base_url="https://openrouter.ai/api/v1",
31
  api_key=key,
32
- model="qwen/qwen3-coder:free",
33
  temperature=1
34
  )
35
  # Optionally, test the key with a trivial call to ensure it's valid
 
29
  llm = ChatOpenAI(
30
  base_url="https://openrouter.ai/api/v1",
31
  api_key=key,
32
+ model="qwen/qwen3-14b:free",
33
  temperature=1
34
  )
35
  # Optionally, test the key with a trivial call to ensure it's valid