We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a5035b + c018349 commit 583edc2Copy full SHA for 583edc2
orchestrator/src/integrations/openAI.ts
@@ -24,7 +24,7 @@ export default class AIIntegration extends BasicBearerAPIHandler {
24
}
25
26
// AZURE
27
- if (this.hosts.includes("ai-oki6300ai905488739395.openai.azure.com")) {
+ if (this.hosts.some((s) => s.includes("openai.azure.com"))) {
28
return true;
29
30
0 commit comments