-
Notifications
You must be signed in to change notification settings - Fork 51
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
Updates to dev UI #300
Comments
Here is some more clarification on the requests.
OptionsThe initial thought was to reduce the options to match OpenAI. However, with further thinking and considering the options are supported by both endpoints. We should continue to use all options but categorize them better. CategoriesText Generation Controls
Sampling and Diversity
Advanced Settings and Customization
Probability and Statistical Controls
single or multiple pageI have not really found a good reason to keep the multiple page. It is unintuitive to go back and forth for changing the parameters. I suggest we do a single page implementation. |
--> We talked about how the generated code for chat mode can get really long and therefore messy. @gorkem I assume the first two lines are your solution. How would it look in the UI? |
@annigro no, Gorkem's first two lines are related to internal code usage, and should be transparent for the UI other than one line. We talked about doing something like this for it:
and when is too long:
but clicking on "copy code" would always copy the whole thing, regardless of the ellipsis. |
@gorkem i gave a try to the |
I did a pass left a few comments. |
Describe the problem you're trying to solve
Dev UI should be more helpful with helping the application developers integrate with the model.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: