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

Refactor authentication process and update tests accordingly #693

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 26, 2024

  1. Refactor authentication process and update tests accordingly

    Updated the authentication process in the `ClientConfig` by replacing the `authToken` string with `AuthBuilder` functions. This allows setting up various authentication headers, supporting different types of authentication like OpenAI or Azure AD. As part of this update, corresponding tests have also been modified to work with the new authentication process.
    gelleson committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    7990f40 View commit details
    Browse the repository at this point in the history