Spaces:
Running
Running
Partial Revert "SearchGPT: Raise queuing and iterations."
Browse filesThis reverts commit 3d7391f368d97196890e13499b584cfdd5b1e428.
src/processor/tools/interaction.py
CHANGED
|
@@ -13,7 +13,7 @@ from .executor import invoke_tool_function
|
|
| 13 |
from config import MAX_TOKENS, REASONING_DELAY
|
| 14 |
|
| 15 |
def process_tool_interactions(server, model_name, conversation_messages, tool_definitions, search_engine):
|
| 16 |
-
maximum_iterations =
|
| 17 |
logs_generator = ""
|
| 18 |
tool_results = []
|
| 19 |
|
|
|
|
| 13 |
from config import MAX_TOKENS, REASONING_DELAY
|
| 14 |
|
| 15 |
def process_tool_interactions(server, model_name, conversation_messages, tool_definitions, search_engine):
|
| 16 |
+
maximum_iterations = 1
|
| 17 |
logs_generator = ""
|
| 18 |
tool_results = []
|
| 19 |
|