merge to upstream master
This commit is contained in:
parent
00d5cdbdbe
commit
aa12e7333f
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue