如何解决这个问题?Is there any temporary solution for <http...
# ask-ai
b
如何解决这个问题?Is there any temporary solution for https://github.com/livekit/agents/issues/2867
t
Thanks for reaching out, 郭朋. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I don't have the answer you're looking for. You could also try asking your question: • in one of the other Slack channels or • to https://deepwiki.com/livekit/livekit_composite which is trained on all LiveKit source code If you find the answer, please post it here to help others!
b
Hi, just recently upgrade to the latest version (1.1.5) and noticed some 404s in our logs. This is due to logfire instrumentation on all httpx clients.
Copy code
GET
<https://api.openai.com/v1/>
404
I'm guessing it comes from the
prewarm
function in the openai plugin, which appears to be calling the above URL agents/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/llm.py Line 603 in 53e51c2 await self._client.get("/", cast_to=str) afaict, this is not a supported OpenAI endpoint. Consider using
/models
or something else?