mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
fix: add missing comma typo
This commit is contained in:
parent
9387b3b793
commit
6b9a25782d
@ -1000,7 +1000,7 @@ async fn chat_completions(
|
|||||||
tools,
|
tools,
|
||||||
tool_choice,
|
tool_choice,
|
||||||
tool_prompt,
|
tool_prompt,
|
||||||
temperature
|
temperature,
|
||||||
..
|
..
|
||||||
} = req;
|
} = req;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user