fix: add missing comma typo

This commit is contained in:
drbh 2024-04-16 12:42:47 -04:00
parent 9387b3b793
commit 6b9a25782d

View File

@ -1000,7 +1000,7 @@ async fn chat_completions(
tools, tools,
tool_choice, tool_choice,
tool_prompt, tool_prompt,
temperature temperature,
.. ..
} = req; } = req;