Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,7 @@ class ResearchSystem:
|
|
29 |
custom_role_conversions={
|
30 |
"tool-call": "assistant",
|
31 |
"tool-response": "user"
|
32 |
-
}
|
33 |
-
trust_remote_code=True
|
34 |
)
|
35 |
|
36 |
# Initialize agents AFTER model
|
|
|
29 |
custom_role_conversions={
|
30 |
"tool-call": "assistant",
|
31 |
"tool-response": "user"
|
32 |
+
}
|
|
|
33 |
)
|
34 |
|
35 |
# Initialize agents AFTER model
|