aliencube / azure-openai-sdk-proxy

This provides a proxy server application of Azure OpenAI Service API that round-robins multiple Azure OpenAI Service instances.
MIT License
13 stars 18 forks source link

[Backend API] Azure Key Vault for OpenAI API keys #161

Open justinyoo opened 1 month ago

justinyoo commented 1 month ago

AS a backend API app I WANT to retrieve the list of Azure OpenAI API keys SO THAT I can use them as configuration variables

justinyoo commented 1 month ago
  1. 빌더 패턴 설계
  2. appsettings.json 읽어들일 수 있도록 구현
  3. Azure Key Vault 사용할 수 있도록 구현
justinyoo commented 1 month ago
  1. 193

  2. 195

  3. 165

  4. 166

  5. 167

  6. 168

  7. 164