[Question]: azure openai menu not appearing #2484
Replies: 13 comments 19 replies
-
I had to re-setup everything and I can t get openrouter to appear for anything.. I feel your pain man.. I dont know if new updates to repo in past day or 2 messed things up |
Beta Was this translation helpful? Give feedback.
-
@qcpsigmund @bpawnzZ You likely have an invalid custom config file. That would mean that your custom configurations would not be used. I'm considering throwing errors for invalid configurations, since that would prevent the app from running at all and making the issues more obvious. That said, please check and share logs so we can help. If using docker, you can find them in the ./logs directory of project root. |
Beta Was this translation helpful? Give feedback.
-
i see this error in my logs, so i assume a valid azure openapi key has to be entered with the respective models before the endpoint will be enabled? |
Beta Was this translation helpful? Give feedback.
-
i did the update and removed the interface in the yaml config. the error logs disappeared but I am getting this in debug logs now
|
Beta Was this translation helpful? Give feedback.
-
this is my current yaml after using yamlchecker. still getting 2024-04-22T13:18:51.453Z info: Custom config file missing or YAML format invalid.
|
Beta Was this translation helpful? Give feedback.
-
i have removed the entire installation, git clone the current repo and ran docker compose pull. updated the yaml and env file values.
.env file
librechat.yaml file
|
Beta Was this translation helpful? Give feedback.
-
this should be the configuration in the override file?
|
Beta Was this translation helpful? Give feedback.
-
great i see it now, however it shows the API error
|
Beta Was this translation helpful? Give feedback.
-
if i use the following code from azure, i am able to authenticate
this is my current librechat.yaml file
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
i have tried deploying the vision model as gpt4 does base model does not support image input. does my config has any errors? the previous gpt4 base model in us east 2 region was working with librechat with another config
working config with gpt4
|
Beta Was this translation helpful? Give feedback.
-
hi @danny-avila another issue i face was integrating the assistants api into the yaml file(in eastus2 region and 1106 model). this is my current config. can you have a look? i am also unable to upload files other than images for the models to decipher. is there any config im missing in the models?
|
Beta Was this translation helpful? Give feedback.
-
@danny-avila would you be able to advise on RAG as well? i have deployed the text-embedding-ada-002 model in my azure in the same region as the vision model(japeast) and i get this error. this is my current librechat.yaml file. the vision model seems to still work for chat and images but the gpt 4 model in the US is not working with this error
.env file
|
Beta Was this translation helpful? Give feedback.
-
What is your question?
i am unable to select the azure open ai endpoint with my .env and yaml file config
More Details
What is the main subject of your question?
Endpoints
Screenshots
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions