Raffaele Terribile
commited on
Modifica parametri modello
Browse files
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=
|
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 |
)
|