Raffaele Terribile commited on
Commit
5f2f1bb
·
unverified ·
1 Parent(s): d6607aa

Modifica parametri modello

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,9 +38,8 @@ class FirstAgent:
38
  FinalAnswerTool,
39
  Tool(name="invert_sentence", func=invert_sentence, description="Inverts the order of characters in a sentence.")
40
  ],
41
- verbose=True,
42
  debug=True,
43
- max_iterations=5,
44
  max_tokens=1000,
45
  temperature=0.7
46
  )
 
38
  FinalAnswerTool,
39
  Tool(name="invert_sentence", func=invert_sentence, description="Inverts the order of characters in a sentence.")
40
  ],
 
41
  debug=True,
42
+ max_iterations=10,
43
  max_tokens=1000,
44
  temperature=0.7
45
  )