We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c81ded8 + 8a922bd commit fd01e69Copy full SHA for fd01e69
CMakeLists.txt
@@ -17,7 +17,7 @@ if(NOT DEFINED ENV{OPENAI_API_KEY})
17
endif()
18
19
add_compile_definitions(OPENAI_API_KEY="$ENV{OPENAI_API_KEY}")
20
-add_compile_definitions(OPENAI_REALTIMEAPI="https://api.openai.com/v1/realtime?model=gpt-4o-realtime-preview-2024-10-01")
+add_compile_definitions(OPENAI_REALTIMEAPI="https://api.openai.com/v1/realtime?model=gpt-4o-mini-realtime-preview-2024-12-17")
21
22
set(COMPONENTS src)
23
set(EXTRA_COMPONENT_DIRS "src" "components/srtp" "components/peer" "components/esp-libopus")
0 commit comments