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

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -130,7 +130,7 @@ class LangGraphAgent:
130
  current_llm = ChatOpenAI(
131
  base_url="https://openrouter.ai/api/v1",
132
  api_key=api_key,
133
- model="qwen/qwen3-coder:free",
134
  temperature=1
135
  )
136
 
 
130
  current_llm = ChatOpenAI(
131
  base_url="https://openrouter.ai/api/v1",
132
  api_key=api_key,
133
+ model="qwen/qwen3-14b:free",
134
  temperature=1
135
  )
136