Skip to content

Commit b5e9626

Browse files
committed
Fix a/an in message
1 parent b670143 commit b5e9626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gptcmd/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ def _success(msg):
13841384
):
13851385
print(
13861386
"Warning! The selected model may not support audio. "
1387-
"If sending this conversation fails, try switching to a "
1387+
"If sending this conversation fails, try switching to an "
13881388
"audio-capable model with:\nmodel gpt-4o-audio-preview"
13891389
)
13901390

0 commit comments

Comments
 (0)