You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: