Skip to content
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

Merged
merged 6 commits into from
Apr 3, 2024
Merged

feat: add support for claude 3 #89

merged 6 commits into from
Apr 3, 2024

Conversation

mondaychen
Copy link
Contributor

image

The API editing view is now a separate view in settings

image

If you do not set corresponding API, some models will be disabled
image

@mondaychen
Copy link
Contributor Author

updated: added support for base url
image

)}
</HStack>
</FormControl>
{!asInitializerView && (
Copy link
Contributor

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 && (
Copy link
Contributor

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?

Copy link
Contributor Author

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

@mondaychen mondaychen merged commit 4572d37 into main Apr 3, 2024
3 checks passed
@mondaychen mondaychen deleted the anth branch April 3, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants