-
Notifications
You must be signed in to change notification settings - Fork 84
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
chore(ui): Custom providers drawer design update #3892
base: custom-providers-pg
Are you sure you want to change the base?
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
</Typography> | ||
<TextField | ||
placeholder="Enter API key name" | ||
placeholder="Enter API key / token..." |
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.
im worried this might be confusing,
i used name because putting the token itself here doesnt work
you have to put the name and then add the name and token to the team secrets
Maybe your target branch needs to be rebased to master as well. It seems the PR diff is showing many unrelated changes, which makes it hard to review atomically. |
Description
Design update for custom AI provider drawer.
Updated from master to get updates to the resizeablesidebar component - this was the only meaningful change:
https://github.com/wandb/weave/pull/3892/files#diff-a535af1cfe19d3df5dddc4a1fa596ee756124e9e8caad8dae3b6887b734f1aa0
Functional changes:
/
for the baseURL onSubmit (cause I do that all the time other places when I'm setting up custom models and it's annoying to debug).