LamiaYT commited on
Commit
5316cfa
·
1 Parent(s): af10fd8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -284,8 +284,8 @@ class OptimizedGAIAAgent:
284
  try:
285
  self.agent = CodeAgent(
286
  tools=self.tools,
287
- additional_authorized_imports=["math", "re", "json", "time"],
288
- model="gpt-4" # Specify your model here
289
  )
290
  print("✅ CodeAgent initialized")
291
  except Exception as e:
 
284
  try:
285
  self.agent = CodeAgent(
286
  tools=self.tools,
287
+ additional_authorized_imports=["math", "re", "json", "time"]
288
+
289
  )
290
  print("✅ CodeAgent initialized")
291
  except Exception as e: