Spaces:
Sleeping
Sleeping
zasharepw77 commited on
Commit ·
ec386d6
1
Parent(s): f78d166
My model call 6
Browse files
app.py
CHANGED
|
@@ -29,6 +29,7 @@ def model_call(query, tools_to_call_from=None, stop_sequences=None):
|
|
| 29 |
data = {
|
| 30 |
"model": "Qwen2.5-Coder-32B-Instruct",
|
| 31 |
"messages": query,
|
|
|
|
| 32 |
"max_tokens": 2096
|
| 33 |
}
|
| 34 |
|
|
|
|
| 29 |
data = {
|
| 30 |
"model": "Qwen2.5-Coder-32B-Instruct",
|
| 31 |
"messages": query,
|
| 32 |
+
"tools": tools_to_call_from,
|
| 33 |
"max_tokens": 2096
|
| 34 |
}
|
| 35 |
|