azure-openai-proxy
azure-openai-proxy copied to clipboard
Azure OpenAI Service Proxy. Convert OpenAI official API request to Azure OpenAI API request. Support GPT-4,Embeddings,Langchain. Adapter from OpenAI to Azure OpenAI.
--env AZURE_OPENAI_MODEL_MAPPER=gpt-4=40,gpt-3.5-turbo=35,dall-e-3=Dalle3,gpt-4-vision-preview=vision,whisper-1=whisper Dalle3 and whisper are not working.
CORS support feature for some reason, I need use obsidian chatgpt plugin, I found its' plugin not support CORS if you use --cors=true, then you disable the CORS feature, browser...
fix ./cmd -v before: print nothing after: printf version: buildDate: gitCommit:
This would make `azure-openai-proxy` works to support all mode types, and only those model types supported by azure openai are proxied.
Greeting, Please consider add support DALL-E and in Azure OpenAI, the API route will be : https://xxx.openai.azure.com/openai/images/generations:submit?api-version=2023-06-01-preview
新用户需要自行配置模型才能使用
感谢这么好的工作,请问如何添加访问密码啊?只有使用密码才能使用,打开网页。
The project is great and after using it for a while I made some tweaks and changes. Hope it helps. - https://github.com/stulzq/azure-openai-proxy/pull/79 - Update project runtime and project dependencies to...