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

feature: add interval on AI backend request #426

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Apr 29, 2024

  1. feature: add interval on AI backend request

    This commit introduces the ability to send the requests to the backend
    AI server at set intervals, independent of the reconciler's requeue
    requests.
    
    To utilize this feature, the `Interval` field in the `AI` settings must
    be set in the k8sgpt configuration object. Also, the specified interval
    must be greater than or equal to the reconciler's requeue interval as
    the llm requests should be called after the reconciler executes k8sgpt
    analyze.
    
    Fixes: k8sgpt-ai#419
    
    Signed-off-by: VaibhavMalik4187 <vaibhavmalik2018@gmail.com>
    VaibhavMalik4187 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    470c2dd View commit details
    Browse the repository at this point in the history