Quazim0t0 commited on
Commit
4ec2867
·
verified ·
1 Parent(s): df6ba09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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