Skip to content

Commit a7e0316

Browse files
committed
feat: Add "gpt-4o-realtime" to RealtimeModelName type alias in config.py
1 parent de9d1fd commit a7e0316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agents/realtime/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
RealtimeModelName: TypeAlias = Union[
1717
Literal[
18+
"gpt-4o-realtime",
1819
"gpt-4o-realtime-preview",
1920
"gpt-4o-mini-realtime-preview",
2021
"gpt-4o-realtime-preview-2025-06-03",

0 commit comments

Comments
 (0)