1
This commit is contained in:
@@ -45,6 +45,7 @@ pub async fn proxy_llm_chat_completions(
|
||||
.map(map_chat_message)
|
||||
.collect::<Vec<_>>(),
|
||||
max_tokens: None,
|
||||
enable_web_search: false,
|
||||
};
|
||||
|
||||
let response = llm_client
|
||||
|
||||
Reference in New Issue
Block a user