#any experience with azure open ai?
1 messages · Page 1 of 1 (latest)
Forcefully modify the baseURL of the OpenAI conversation. Replace with Azure's baseURL. You can use Azure Open AI
works perfect!! thanks..
You can also use via HACS the Extended OpenAI Conversation - that's what I am doing. There you can easily add multiple OpenAI compatible endpoints with your own parameters
my mistake;( not working
but with azure open ai?
azure open ai use a dif api than open ai
Azure open ai as the name suggests uses the same api unless you deploy the model as azure ai
But I suggest running a lmm proxy in between to remove that barrier altogether
Litellm for example work perfectly
nop;(
with azure open ai account
maybe its my mistake, but im using the standart azure open ai
with base url
and key
so, there is some integration with litellm for ha?
are you using azure open ai?
With this integration, you can freely modify the openai conversation baseURL
# OPENAI_BASE_URL: https://models.inference.ai.azure.com
# environment_variable:
# OPENAI_BASE_URL: https://api.x.ai/v1
environment_variable:
OPENAI_BASE_URL: https://dashscope.aliyuncs.com/compatible-mode/v1```
Need to restart HA
You can also use the Extended OpenAI Conversation using HACS. I did not test the Extended OpenAI Conversation. I only test modifying openai_base_url
Use either the extension I or Dan suggested