mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
fix tests
This commit is contained in:
parent
2179b5a162
commit
898136470a
7 changed files with 65 additions and 63 deletions
|
|
@ -547,7 +547,7 @@ class ArchFunctionHandler(ArchBaseHandler):
|
|||
messages=messages,
|
||||
model=self.model_name,
|
||||
stream=True,
|
||||
extra_body={"temperature": 0.01, "logprobs": True},
|
||||
extra_body=self.generation_params,
|
||||
)
|
||||
|
||||
use_agent_orchestrator = req.metadata.get("use_agent_orchestrator", False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue