-
Notifications
You must be signed in to change notification settings - Fork 285
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
feat(playground): save model config by provider in preferences #5216
Conversation
Save {ModelProviders[instance.model.provider]} configuration to | ||
local storage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any advice on messaging here is appreciated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great
<Tooltip> | ||
Save {ModelProviders[instance.model.provider]} configuration to | ||
local storage. | ||
</Tooltip> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<Tooltip> | |
Save {ModelProviders[instance.model.provider]} configuration to | |
local storage. | |
</Tooltip> | |
<Tooltip> | |
Remember configuration for {ModelProviders[instance.model.provider] ?? "this provider"}. | |
</Tooltip> |
How does this sound? I'd probably avoid mentioning local storage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes much better! Thanks!
resolves #5069
Behavior:
Screen.Recording.2024-10-28.at.10.05.28.PM.mov