mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 13:46:37 +08:00
Update constant.ts
This commit is contained in:
parent
5a345ef4a9
commit
49dd5d5854
@ -175,7 +175,7 @@ export const OpenaiPath = {
|
|||||||
|
|
||||||
export const Azure = {
|
export const Azure = {
|
||||||
ChatPath: (deployName: string, apiVersion: string) => {
|
ChatPath: (deployName: string, apiVersion: string) => {
|
||||||
return `${this.ExampleEndpoint}/chat/completions`;
|
return `chat/completions`;
|
||||||
},
|
},
|
||||||
// https://<your_resource_name>.openai.azure.com/openai/deployments/<your_deployment_name>/images/generations?api-version=<api_version>
|
// https://<your_resource_name>.openai.azure.com/openai/deployments/<your_deployment_name>/images/generations?api-version=<api_version>
|
||||||
ImagePath: (deployName: string, apiVersion: string) =>
|
ImagePath: (deployName: string, apiVersion: string) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user