-
Notifications
You must be signed in to change notification settings - Fork 39
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: add support for claude 3 #89
Conversation
)} | ||
</HStack> | ||
</FormControl> | ||
{!asInitializerView && ( |
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.
Similarly, why we only want to support base url in non-initial view?
onChange={(event) => setOpenAIKey(event.target.value)} | ||
type={showPassword ? "text" : "password"} | ||
/> | ||
{asInitializerView && ( |
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.
why only support this toggle in initial view?
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.
I think this is an advanced feature, it might be confusing to most users if they see it as the first view of WebWand
The API editing view is now a separate view in settings
If you do not set corresponding API, some models will be disabled