This commit is contained in:
Zhiqiang Li
2023-03-30 16:57:04 +08:00

View File

@@ -1,6 +1,8 @@
# azure-openai-proxy
Azure OpenAI Service Proxy. Convert OpenAI official API request to Azure OpenAI API request.
English|[中文](https://www.cnblogs.com/stulzq/p/17271937.html)
Azure OpenAI Service Proxy, convert OpenAI official API request to Azure OpenAI API request, support all models.
![aoai-proxy.jpg](assets%2Fimages%2Faoai-proxy.jpg)
@@ -36,7 +38,6 @@ AZURE_OPENAI_MODEL_MAPPER: gpt-3.5-turbo=azure-gpt-35
API Key: This value can be found in the **Keys & Endpoint** section when examining your resource from the Azure portal. You can use either `KEY1` or `KEY2`.
> Use api key when call http api like Offical OpenAI.
### Use Docker