feat: add Azure OpenAI provider support

This commit is contained in:
decolua
2026-04-24 10:04:59 +07:00
parent 5abc9e5c74
commit 65f11a603e
9 changed files with 236 additions and 6 deletions
+5
View File
@@ -357,6 +357,11 @@ export const PROVIDERS = {
format: "perplexity-web",
authType: "cookie"
},
azure: {
baseUrl: "",
format: "openai",
headers: {}
},
};
export const OLLAMA_LOCAL_DEFAULT_HOST = "http://localhost:11434";