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.
1 parent 76835ce commit 3749025Copy full SHA for 3749025
src/main.ts
@@ -27,7 +27,6 @@ const validatePluginConfig = (): ServiceError | null => {
27
28
if (serviceProvider === 'azure-openai' && apiUrl) {
29
const parts = {
30
- domain: /^https:\/\/[^\/]+\.openai\.azure\.com/,
31
path: /\/openai\/deployments\/[^\/]+\/chat\/completions/,
32
version: /\?api-version=\d{4}-\d{2}-\d{2}(?:-preview)?$/
33
};
0 commit comments