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

Ensure all models have temperature and top_k control #297

Open
philwinder opened this issue May 16, 2024 · 0 comments
Open

Ensure all models have temperature and top_k control #297

philwinder opened this issue May 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@philwinder
Copy link
Contributor

In many cases you want to alter the model to produce more consistent results, especially when you're trying to figure out what prompts work.

Currently there's no temperature/top_k setting at all, so it's using whatever default the model has.

First step would be to at least set a default in the code, so we can see it getting set. The second step would be to pass that back through to all the top level APIs.

@philwinder philwinder added the enhancement New feature or request label May 16, 2024
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