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 3f96ab0 commit 231a5e4Copy full SHA for 231a5e4
examples/server/tests/features/steps/steps.py
@@ -512,7 +512,6 @@ async def step_oai_chat_completions(context, api_error):
512
if context.debug:
513
print(f"Submitting OAI compatible completions request...")
514
expect_api_error = api_error == 'raised'
515
- seeds = await completions_seed(context, num_seeds=1),
516
seeds = await completions_seed(context, num_seeds=1)
517
completion = await oai_chat_completions(context.prompts.pop(),
518
seeds[0] if seeds is not None else seeds,
0 commit comments