Setting a default chosen endpoint #1158
-
Hello, We are looking to set Azure as the default endpoint selected. Looking through the code it's not completely clear to me where the source of the default setting of "openAI" is. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Azure pops up as the top one in the list. if you have it set. You can also comment out everything else if you only want that. |
Beta Was this translation helpful? Give feedback.
-
I'm thinking out loud here, could a mix of both idea be implemented, something like the model list but for endpoints.
with the first in the list being the default, and endpoints not in the list being disabled 🤔 |
Beta Was this translation helpful? Give feedback.
-
Fix will go live shortly @fuegovic @paychex-ssmithrand @jrkropp @cbutler-captech @JTimmeCaptech |
Beta Was this translation helpful? Give feedback.
api/server/controllers/EndpointController.js
comment out what you don't need
To prevent this, I'll try to reproduce, so you don't have to edit the code