Are there integrations that use OpenAI APIs for LLMs? I've found https://github.com/jekalmin/extended_openai_conversation that lets me use llama.cpp however I am unable to get it to change the brightness of my lights. The only thing I got it to do was turn off/on the lights. I feel like I am missing something here.
#OpenAI API
1 messages · Page 1 of 1 (latest)
Why not use official OpenAI integration?
Because with the official OpenAI intergration you can only use OpenAI.
https://community.home-assistant.io/t/add-api-base-url-option-for-openai-integration-to-support-multiple-endpoints/737818
Home Assistant Community
I think it would be super useful if we could add an option to set a custom API_BASE_URL for the OpenAI integration in Home Assistant. This way, we could easily use different endpoints like Groq, Azure, and OpenRouter that follow the OpenAI API format without having to set up separate integrations for each one. This essentially makes the OpenAI i...