Spaces:
Sleeping
Sleeping
[email protected]
commited on
Commit
·
a92ac01
1
Parent(s):
f0ae93a
Disable tool calling by default.
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ class BasicAgent:
|
|
64 |
# model="google/gemini-2.0-flash-exp:free",
|
65 |
# model="mistralai/mistral-small-3.1-24b-instruct:free",
|
66 |
model="deepseek/deepseek-chat-v3-0324:free",
|
67 |
-
tools=TOOLS_DEFINITION, # Use imported tools definition
|
68 |
messages=messages,
|
69 |
temperature=0.0,
|
70 |
max_tokens=1024,
|
|
|
64 |
# model="google/gemini-2.0-flash-exp:free",
|
65 |
# model="mistralai/mistral-small-3.1-24b-instruct:free",
|
66 |
model="deepseek/deepseek-chat-v3-0324:free",
|
67 |
+
#tools=TOOLS_DEFINITION, # Use imported tools definition
|
68 |
messages=messages,
|
69 |
temperature=0.0,
|
70 |
max_tokens=1024,
|