Skip to content
Discussion options

You must be logged in to vote
  1. I have Azure, OpenAi & Bing configured on the app. I'd like to be able to make Azure the default for anyone using the app. But OpenAI seems to be the default always. I've tried rearranging the config sections in the .env file so Azure is on top, but no luck. Is there any way to do this?

I can confirm that the following in the .env file makes this the "default" or first picked endpoint

ENDPOINTS=azureOpenAI,openAI

Note that the app will use your last selected endpoint when creating a new conversation. So if you used OpenAI and hit new chat, it will have OpenAI selected with default conversation settings. To override this behavior, you need a preset and preset set as default.

I made a …

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by regstuff
Comment options

You must be logged in to vote
1 reply
@danny-avila
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants