Order of AI endpoints/providers? #6577
-
Is it possible to customize the order that the AI endpoints/providers are listed in the UI? Or if not, at least set a default? Rationale: I've got my paid OpenAI (and others), but also my locally run Ollama. I'd like to give access to a few people to check it out, but they'll just start typing questions and run up my OpenAI API bill. I don't mind that they can use it, I just want the default to be free. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It follows the order you define the available endpoints:
sounds like you want |
Beta Was this translation helpful? Give feedback.
-
Perfect, got it. The
It is covered in the dotenv section of the documentation, but that example doesn't wrap (it just flows off the edge of the screen), and at least in my browser there is no visible indication of a horizontal scrollbar. Thanks for the wicked fast response, muchly appreciated! |
Beta Was this translation helpful? Give feedback.
It follows the order you define the available endpoints:
ENDPOINTS=openAI,agents,assistants,gptPlugins,azureOpenAI,google,anthropic,bingAI,custom
sounds like you want
ENDPOINTS=custom,openAI