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.
server
1 parent 45b243b commit 9e366b3Copy full SHA for 9e366b3
examples/server/tests/features/steps/steps.py
@@ -488,7 +488,7 @@ async def step_oai_chat_completions(context, api_error):
488
if context.debug:
489
print(f"Submitting OAI compatible completions request...")
490
expect_api_error = api_error == 'raised'
491
- seeds = await completions_seed(context, num_seeds=1),
+ seeds = await completions_seed(context, num_seeds=1)
492
completion = await oai_chat_completions(context.prompts.pop(),
493
seeds[0] if seeds is not None else seeds,
494
context.system_prompt,
0 commit comments