Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Azure OpenAI #1698

Merged
merged 6 commits into from
Mar 15, 2024
Merged

Add support for Azure OpenAI #1698

merged 6 commits into from
Mar 15, 2024

Commits on Mar 10, 2024

  1. Add support for Azure OpenAI

    olederle committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    4174a2d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix: wrong default api_version

    Should be dashes instead of underscores.
    see: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference
    olederle committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    71e44ce View commit details
    Browse the repository at this point in the history
  2. fix: code styling

    applied "make check" changes
    olederle committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e3c0c7f View commit details
    Browse the repository at this point in the history
  3. refactor: extend documentation

    * mention azopenai as available option and extras
    * add recommended section
    * include settings-azopenai.yaml configuration file
    olederle committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2e63fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75fa2e8 View commit details
    Browse the repository at this point in the history
  5. fix: documentation

    olederle committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8fbd1ee View commit details
    Browse the repository at this point in the history