feat: support togetherAI via /completions (#2045)
This commit is contained in:
@@ -536,7 +536,6 @@ def openai_chat_completions_request(
|
||||
tool["function"] = convert_to_structured_output(tool["function"])
|
||||
|
||||
response_json = make_post_request(url, headers, data)
|
||||
|
||||
return ChatCompletionResponse(**response_json)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user