mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-21 05:52:35 +08:00
fix: support Azure provider endpoint setup (#10016)
Allow Azure provider connections to capture resource names or endpoint URLs so GPT-5 deployments can use the native Azure path instead of generic OpenAI-compatible setup.
This commit is contained in:
@@ -48,6 +48,7 @@ const EXCLUDE_PATTERNS = [
|
||||
/^https?:\/\/api\.openai\.com/,
|
||||
/^https?:\/\/api\.github\.com/,
|
||||
/^https?:\/\/api\.githubcopilot\.com/,
|
||||
/^https?:\/\/[^/]+\.openai\.azure\.com\/openai/, // kilocode_change
|
||||
/^https?:\/\/api\.cloudflare\.com/,
|
||||
/^https?:\/\/api\.releases\.hashicorp\.com/,
|
||||
/^https?:\/\/auth\.openai\.com/,
|
||||
|
||||
Reference in New Issue
Block a user