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
e979421c8e
commit
d5861dda6e
@ -181,7 +181,6 @@ export const Azure = {
|
|||||||
}
|
}
|
||||||
return `deployments/${deployName}/chat/completions?api-version=${apiVersion}`;
|
return `deployments/${deployName}/chat/completions?api-version=${apiVersion}`;
|
||||||
},
|
},
|
||||||
``,
|
|
||||||
// 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) =>
|
||||||
`deployments/${deployName}/images/generations?api-version=${apiVersion}`,
|
`deployments/${deployName}/images/generations?api-version=${apiVersion}`,
|
||||||
|
Loading…
Reference in New Issue
Block a user