From aa12e7333f35ae618e70d011c73c9fc45ad2aaf4 Mon Sep 17 00:00:00 2001 From: jorgealias Date: Mon, 26 Feb 2024 00:43:06 -0700 Subject: [PATCH] merge to upstream master --- examples/server/tests/features/steps/steps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/server/tests/features/steps/steps.py b/examples/server/tests/features/steps/steps.py index 91dfccd28..381da105e 100644 --- a/examples/server/tests/features/steps/steps.py +++ b/examples/server/tests/features/steps/steps.py @@ -289,6 +289,7 @@ async def step_oai_chat_completions(context): # user_prompt is inserted automatically context.system_prompt, context.base_url, + '/v1/chat/completions', True, # async_client model=context.model if hasattr(context, 'model') else None,