You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, changing the selected model (for example, switching from "Fast" to another model in the dropdown menu) immediately redirects. As a result, any prompt that has been written but not yet submitted is lost.
This is especially frustrating when working on a long or carefully written prompt, as it can result in losing several minutes of work.
Proposed solution
Preserve the current prompt when switching models.
Alternatively, display a confirmation dialog if there is unsent text in the input field before switching models.
Or allow options to be changed without reloading the conversation and first when it will be changed redirect to login screen.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Component
CLI
Problem statement
Currently, changing the selected model (for example, switching from "Fast" to another model in the dropdown menu) immediately redirects. As a result, any prompt that has been written but not yet submitted is lost.
This is especially frustrating when working on a long or carefully written prompt, as it can result in losing several minutes of work.
Proposed solution
Preserve the current prompt when switching models.
Alternatively, display a confirmation dialog if there is unsent text in the input field before switching models.
Or allow options to be changed without reloading the conversation and first when it will be changed redirect to login screen.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions