We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284cc92 commit 41a6256Copy full SHA for 41a6256
tests/entrypoints/openai/test_completion_with_function_calling.py
@@ -378,6 +378,7 @@ async def test_named_tool_use(
378
messages=messages,
379
max_completion_tokens=1000,
380
tools=tools,
381
+ temperature=0.0,
382
tool_choice=tool_choice,
383
)
384
message = chat_completion.choices[0].message
@@ -399,6 +400,7 @@ async def test_named_tool_use(
399
400
401
402
403
404
stream=True,
405
406
0 commit comments