Skip to content

v4.4.25

Choose a tag to compare

@xalgord xalgord released this 29 May 14:54
· 74 commits to main since this release

Fix

  • fix: sync XALGORIX_API_BASE from apiBaseOverride when switching providers

Switching providers in the LLM Settings tab (e.g., MiniMax → NVIDIA) did not update XALGORIX_API_BASE in .xalgorix.env. The WebUI sends apiBaseOverride for catalog providers, but the env sync only checked apiBase (used only for "Custom Provider"). The env file now correctly falls through: apiBaseapiBaseOverride → catalog BaseURL.