Fix Azure embedding Base URL handling and validation#2385
Conversation
💡 Codex Reviewobsidian-copilot/src/LLMProviders/embeddingManager.ts Lines 268 to 273 in 84c8f37 api-key header for embedding requests
This Azure branch now uses obsidian-copilot/src/LLMProviders/embeddingManager.ts Lines 270 to 272 in 84c8f37 The new Base URL path allows skipping legacy Azure fields, but ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
|
Thanks for the fix! The Codex review flagged two real issues worth addressing before merge: the Azure path needs the |
Problem
even when a custom Base URL was supplied.
Goals
Behavior After Changes