Skip to content

Fixed the transcription provider dialog not loading the stored API key for self-hosted providers other than Ollama - #959

Open
donework wants to merge 1 commit into
MindWorkAI:mainfrom
donework:fix/transcription-dialog-api-key-not-loaded
Open

Fixed the transcription provider dialog not loading the stored API key for self-hosted providers other than Ollama#959
donework wants to merge 1 commit into
MindWorkAI:mainfrom
donework:fix/transcription-dialog-api-key-not-loaded

Conversation

@donework

Copy link
Copy Markdown
Contributor

Self-hosted transcription providers other than Ollama (e.g., vLLM behind an
authenticated proxy) never loaded their stored API key when the edit dialog
opened, so the automatic model list refresh sent an empty bearer token and
failed -- making the saved model selection appear to vanish on reopen.

The special case dates back to when Ollama was the only self-hosted host
needing auth (#34), before vLLM support (#524) was added. Removed it so
all self-hosted hosts load the key before refreshing models, same as
Ollama already did.

Tested with a self-hosted vLLM provider behind LiteLLM: API key and model
selection now load correctly, transcription works end-to-end.

…y for self-hosted providers other than Ollama
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant