mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 13:38:31 +00:00
feat: add Azure OpenAI provider support
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user