LamiaYT commited on
Commit
7984fae
·
1 Parent(s): b9b0570

Last approach

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -394,8 +394,7 @@ class OptimizedGAIAAgent:
394
  # Create agent with memory optimization
395
  self.agent = CodeAgent(
396
  tools=self.tools,
397
- model=self.model,
398
- additional_args={'temperature': 0.1} # Lower temperature for more consistent results
399
  )
400
 
401
  print("Optimized GAIA Agent ready.")
 
394
  # Create agent with memory optimization
395
  self.agent = CodeAgent(
396
  tools=self.tools,
397
+ model=self.model
 
398
  )
399
 
400
  print("Optimized GAIA Agent ready.")