diff --git a/router/src/server.rs b/router/src/server.rs index 0cc28d0c..f5cf41dd 100644 --- a/router/src/server.rs +++ b/router/src/server.rs @@ -1000,7 +1000,7 @@ async fn chat_completions( tools, tool_choice, tool_prompt, - temperature + temperature, .. } = req;