-
Notifications
You must be signed in to change notification settings - Fork 483
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
Add settings config for temperature, max tokens #149
Comments
Hey @bracesproul, I appreciate your detailed suggestions! I'm eager to take on this issue and start working on adding the settings configuration for temperature and max tokens. It looks like this is tied to the model customization feature that’s currently in the staging branch. Should I proceed with creating the PR in the staging branch, or would you prefer I wait until it’s released in the main branch? Looking forward to your guidance! Sincerely, |
@ahmad2b planning on releasing staging today, so let's hold off until that gets merged in before working on this. I'll assign it to you in the meantime |
Thanks for the update, @bracesproul! I appreciate the assignment. I’ll hold off until then. I’m excited to dive in once we’re ready! |
@ahmad2b you're all set to start on this now |
Max tokens should have a dynamic slider based on the model selected and its token output range. Temperature should also be a slider, allowing 0-1 (or 0-2 if the model supports)
It should have a nice, non technical description describing what each field will do.
These fields should be passed through
configurable
like we what do with the model name.The max tokens field should apply to all nodes which update/rewrite artifacts. It should not apply to the router or followup nodes.
The text was updated successfully, but these errors were encountered: