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

feat: implement Top-K sampling for improved user control #1110

Merged

Commits on May 11, 2024

  1. feat: implement Top-K sampling for improved user control

    This commit adds Top-K sampling, a feature that allows users to control
    the randomness of the generated text by specifying the number of most
    probable next words considered by the model. This enhances user control
    and potentially improves the quality of the generated outputs.
    
    Fixes: k8sgpt-ai#1105
    
    Signed-off-by: VaibhavMalik4187 <vaibhavmalik2018@gmail.com>
    VaibhavMalik4187 committed May 11, 2024
    Configuration menu
    Copy the full SHA
    45bec75 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

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