-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
bug: can't manually set value in Max Token input box anymore #1573
Comments
This is our recent update to avoid some misleading issues, such as:
|
I had a feeling. UX is confusing, feels like a bug, and we'll get more bug reports. We could disable the |
Same complaint here. Can not increase Max Tokens beyond 4k. If max tokens / cix_len can be changed in model.json file - this needs to be exposed in the UI ;) Right now, the model goes haywire after only around 2k words: $> wc < chat_history Well... Maybe 3k words :D (set ctx_len to 20480 and max_tokens to the same in model.json). |
Yeah this is kinda weird, i cannot clear the number @urmauur Screen.Recording.2024-01-14.at.10.54.51.PM.movSuggestion: When users enter a number that exceed min or max number, we only revert to the min/max number + show tooltip when users leave the input field (by clicking outside, tap enter) |
@imtuyethan that's is minimum threshold |
@urmauur @louis-jan |
Describe the bug
![Export-1705242084368](https://private-user-images.githubusercontent.com/69952136/296555831-396ab773-0776-4a80-bf57-1f2cbf0d0923.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTM4OTMsIm5iZiI6MTczOTExMzU5MywicGF0aCI6Ii82OTk1MjEzNi8yOTY1NTU4MzEtMzk2YWI3NzMtMDc3Ni00YTgwLWJmNTctMWYyY2JmMGQwOTIzLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE1MDYzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWM1ZDBjOWQ3ZjY2NGFhY2RmYjcyMjMxYjA3OTIxMjMzZjE1ZDk4YmE2ZGYyYWM0NDZiZTBlNWJiY2YyODIxYWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.mPScO_b1RaICV8rN2PG2AuyRNsKQNaVEbkfnsOwQ6ec)
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
cc @imtuyethan
Expected behavior
I should be able to adjust the values with slider or text input box.
Minimally, I should be able to type any value in Max Token.
Screenshots
If applicable, add screenshots to help explain your issue.
Environment details
The text was updated successfully, but these errors were encountered: