Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -379,7 +379,7 @@ class MagAgent:
|
|
379 |
img_path = self.download_tool(task_id)
|
380 |
|
381 |
response = await asyncio.to_thread(
|
382 |
-
self.model
|
383 |
messages=[{
|
384 |
"role": "user",
|
385 |
"content": [
|
|
|
379 |
img_path = self.download_tool(task_id)
|
380 |
|
381 |
response = await asyncio.to_thread(
|
382 |
+
self.model,
|
383 |
messages=[{
|
384 |
"role": "user",
|
385 |
"content": [
|