-
Notifications
You must be signed in to change notification settings - Fork 51
Fixes for chat eval layout and auto-scroll #672
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
base: main
Are you sure you want to change the base?
Fixes for chat eval layout and auto-scroll #672
Conversation
cb016b5
to
9e98465
Compare
@jeff-phillips-18 @vishnoianil sorry I have a few questions here.
|
Yes
Error state for stopped or not running, spinner for loading/unloading
We currently show the state of the model server, if you think we only need error status or pending status we can do that
Yes
we could do that
The model server could be temporarily down. The user would no longer see their history if we showed an empty state instead. |
215fce9
to
220e13f
Compare
Signed-off-by: Jeffrey Phillips <[email protected]>
220e13f
to
64c539d
Compare
@Misjohns Please take another look. Updated the screen shots above. |
I need help understanding how the Free GPUs counter and the No GPUs Free status text relate. Questions below.
I think it is better to display the No GPUs Free to the right of the model selector and treat as a plain alert with an icon. I also think this should just be a warning. Regarding the single input box. I believe that should be the default since the goal is to compare the responses between 2 models. I recommend we change the toggle to "Display two input boxes". Not sure if input boxes is the correct term, looks like most UIs refer to it as a message input. @kaedward thoughts on wording for that toggle? |
Fixes Job logs displayed above the chat bot input box in case of "Single Input Box" is selected.
Fixes Chat eval chat bot doesn't scroll down automatically
Fixes Chat Eval UI not showing the status
Description
Additionally fixes some other layout/css issues in the Chat eval.
Uses the message area to inform the user if the model is not running or if it is loading.
Screen shots