Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
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-
|
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
|