Replies: 1 comment 1 reply
-
Hello @nthings! 👋 I'm here to assist you with bug fixes, answer your questions, and guide you on how to contribute. The error you're encountering, "404 Resource not found," suggests that the model name "gpt-4o-realtime-preview" might not be supported or correctly configured in the LangChain library version you're using. According to the information available, the supported model names for
The model "gpt-4o-realtime-preview" is not listed among the supported models, which could be the reason for the "404 Resource not found" error. You might want to verify if this model is available in your Azure deployment or check for any updates or documentation from LangChain that might have introduced support for this model after version 0.3.14. |
Beta Was this translation helpful? Give feedback.
-
Checked other resources
Commit to Help
Example Code
Description
Similar configuration as seen on the direct OpenAI audio model: https://www.datacamp.com/tutorial/gpt-4o-audio-preview
But when using
gpt-4o-realtime-preview
that is the only audio model on azure. This error rises:System Info
"@langchain/openai": 0.3.14
"langchain": 0.3.6
platform Azure function
Beta Was this translation helpful? Give feedback.
All reactions