Please add support for a custom OpenAI API-compatible provider such as OpenRouter.
Jitbit already uses the standard OpenAI .NET SDK, and that SDK supports a custom endpoint URL instead of
https://api.openai.com/v1. It looks like the only missing part is exposing this as a supported setting, for example in appsettings, similar to OpenAIModelName.
Proposed changes:
- add an optional OpenAI endpoint/base URL setting
- use the default OpenAI endpoint if it is not set
- use the configured endpoint if it is provided (and the corresponding model)
- take out the parameters (OpenAIModelName, OpenAIProxyURL) to Admin → AI Features