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 logit bias as an argument #19

Open
StijnDeJong opened this issue Jul 30, 2024 · 0 comments
Open

Feature: add logit bias as an argument #19

StijnDeJong opened this issue Jul 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@StijnDeJong
Copy link
Collaborator

Using the logit bias, the chance of specific tokens being generated can be reduced/increased. Adding this argument allows more control over the AI.
This requires:

  • A string to token ids converter per AI (to make it more user friendly)
  • Adding logit bias to Prompt
  • Keyword for setting/changing one/multiple tokens
  • Updating the tools to pass the logit bias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant