feat: support togetherAI via /completions (#2045)

This commit is contained in:
Charles Packer
2024-11-18 15:15:05 -08:00
committed by GitHub
parent cada5976da
commit f57dc28552
14 changed files with 364 additions and 6 deletions

View File

@@ -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)