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

Support for Azure OpenAI API #212

Merged
merged 8 commits into from
Sep 24, 2024
Merged

Commits on Sep 23, 2024

  1. feat: support for Azure OpenAI

    Pablo Valdunciel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ef9f6e5 View commit details
    Browse the repository at this point in the history
  2. fix: missing api-version query parameter in URL

    Pablo Valdunciel committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    862352a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. feedback: rename AZURE_OPENAI_ENDPOINT to AZURE_OPENAI_HOST

    Pablo Valdunciel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3ae9469 View commit details
    Browse the repository at this point in the history
  2. fix: syntax error in Dict

    Pablo Valdunciel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b712ae5 View commit details
    Browse the repository at this point in the history
  3. fix: typo in global variable AZURE_OPENAI_HOST

    Pablo Valdunciel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    bb2a362 View commit details
    Browse the repository at this point in the history
  4. refactor: building of base_url for AzureProvider

    Pablo Valdunciel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    70e0187 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b997d0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3784c8 View commit details
    Browse the repository at this point in the history