Fix typo in openai_chatcompletions.py

This commit is contained in:
Brandon Zarnitz 2026-05-05 13:42:03 -04:00
parent 7ec0b4ccf2
commit e5266daab6
1 changed files with 1 additions and 1 deletions

View File

@ -4055,7 +4055,7 @@ class _Converter:
elif c["type"] == "refusal":
new_asst["refusal"] = c["refusal"]
elif c["type"] == "output_audio":
# Can't handle this, b/c chat completions expects an ID which we dont have
# Can't handle this, b/c chat completions expects an ID which we don't have
raise UserError(
"🎵 Audio content must use audio IDs - Direct audio data not supported"
)