mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-19 07:14:21 +01:00
Reference: - https://learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation#retiring-soon
17 lines
542 B
YAML
17 lines
542 B
YAML
api_base: "/v1"
|
|
deployment_config:
|
|
- deployment_name: "xxx"
|
|
model_name: "text-davinci-003"
|
|
endpoint: "https://xxx-east-us.openai.azure.com/"
|
|
api_key: "11111111111"
|
|
api_version: "2024-02-01"
|
|
- deployment_name: "yyy"
|
|
model_name: "gpt-3.5-turbo"
|
|
endpoint: "https://yyy.openai.azure.com/"
|
|
api_key: "11111111111"
|
|
api_version: "2024-02-01"
|
|
- deployment_name: "zzzz"
|
|
model_name: "text-embedding-ada-002"
|
|
endpoint: "https://zzzz.openai.azure.com/"
|
|
api_key: "11111111111"
|
|
api_version: "2024-02-01" |