[small bug] incorrect url for Anthropic keys (#296)

hard-linking to the exact page for creating an Anthropic key,
instead of just the console.

Co-authored-by: Philip Fung <no@one>
This commit is contained in:
Philip Fung
2024-09-23 17:00:01 -07:00
committed by GitHub
parent aa9b63e4ca
commit 445f0f6d7a

View File

@@ -169,7 +169,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage }: ApiOptionsProps) => {
This key is stored locally and only used to make API requests from this extension. This key is stored locally and only used to make API requests from this extension.
{!apiConfiguration?.apiKey && ( {!apiConfiguration?.apiKey && (
<VSCodeLink <VSCodeLink
href="https://console.anthropic.com/" href="https://console.anthropic.com/settings/keys"
style={{ display: "inline", fontSize: "inherit" }}> style={{ display: "inline", fontSize: "inherit" }}>
You can get an Anthropic API key by signing up here. You can get an Anthropic API key by signing up here.
</VSCodeLink> </VSCodeLink>