Commit da3d1c6
Fix Azure OpenAI base URL construction
The base URL was incorrectly using a forward slash (/) instead of a dot (.) to construct the Azure OpenAI endpoint, resulting in malformed URLs like `https://{resourceName}/openai.azure.com` instead of the correct `https://{resourceName}.openai.azure.com`.
This caused DNS resolution failures when attempting to connect to Azure OpenAI services.
Reference: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference
Fixes #139
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 26cb0ef commit da3d1c6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments