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

fix: analyze command default backend bug #966

Merged
merged 2 commits into from
Feb 28, 2024

Commits on Feb 21, 2024

  1. fix: analyze command default backend bug

    Now, the default value of the `backend` flag for the analyze command
    will be an empty string. And the `NewAnalysis` function has been
    modified to use the default backend set by the user if the backend flag
    is not provided and the `defaultprovider` is set in the config file.
    Otherwise, backend will be set to "openai".
    
    Fixes: k8sgpt-ai#902
    
    Signed-off-by: VaibhavMalik4187 <vaibhavmalik2018@gmail.com>
    VaibhavMalik4187 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    33ace61 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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