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 fallback deployments to accompany fallback models #183

Merged
merged 7 commits into from
Aug 14, 2023

Commits on Aug 7, 2023

  1. Support fallback deployments to accompany fallback models

    This is useful for example in Azure OpenAI deployments where you have a different deployment per model, so the current fallback implementation doesn't work (still uses the same deployment for each fallback attempt)
    zmeir committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6c4a5ba View commit details
    Browse the repository at this point in the history
  2. Logging

    zmeir committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7f1849a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    95b6abe View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    7049c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7762a67 View commit details
    Browse the repository at this point in the history
  3. Improve comment

    zmeir committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    edcf89a View commit details
    Browse the repository at this point in the history
  4. Extracted to helper functions

    zmeir committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6ca0655 View commit details
    Browse the repository at this point in the history