chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-02-13 00:13:33 -08:00
parent 7ff719938a
commit eb568695e7
52 changed files with 57 additions and 54 deletions

View File

@@ -217,10 +217,10 @@ def openai_chat_chunk_message_template(
def openai_chat_completion_message_template(
model: str,
model: str,
message: Optional[str] = None,
tool_calls: Optional[list[dict]] = None,
usage: Optional[dict] = None
usage: Optional[dict] = None,
) -> dict:
template = openai_chat_message_template(model)
template["object"] = "chat.completion"