Skip to content

Commit 365c2bf

Browse files
committed
fix error
1 parent 7265b80 commit 365c2bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/together/cli/api/chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def chat(
230230

231231
# Append audio URLs
232232
for url in audio_url:
233-
last_msg["content"].append( # type: ignore
233+
last_msg["content"].append(
234234
{"type": "audio_url", "audio_url": {"url": url}}
235235
)
236236

0 commit comments

Comments
 (0)