-
Notifications
You must be signed in to change notification settings - Fork 85
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
chore(ui): Custom providers drawer design update #3892
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
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.
Hey @jwlee64 - updated with a callout about the OpenAI compatible endpoint and more clarity around the API secret stuff. Have a look and let me know what you think.
15f1d11
into
josiah/add-custom-providers-playground
Description
Design update for custom AI provider drawer.
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).