add agent search frontend

This commit is contained in:
pablodanswer
2025-01-22 18:22:46 -08:00
committed by Evan Lohn
parent 4e47c81ed8
commit deea9c8c3c
37 changed files with 5033 additions and 335 deletions

View File

@@ -404,7 +404,7 @@ class DefaultMultiLLM(LLM):
# streaming choice
stream=stream,
# model params
temperature=self._temperature,
temperature=0,
timeout=self._timeout,
# For now, we don't support parallel tool calls
# NOTE: we can't pass this in if tools are not specified