From 445f0f6d7afd83bc5c167a4a55aed51caf750d3a Mon Sep 17 00:00:00 2001 From: Philip Fung <1054593+philfung@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:00:01 -0700 Subject: [PATCH] [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 --- webview-ui/src/components/ApiOptions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/ApiOptions.tsx b/webview-ui/src/components/ApiOptions.tsx index dcc9b21..cc124c2 100644 --- a/webview-ui/src/components/ApiOptions.tsx +++ b/webview-ui/src/components/ApiOptions.tsx @@ -169,7 +169,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage }: ApiOptionsProps) => { This key is stored locally and only used to make API requests from this extension. {!apiConfiguration?.apiKey && ( You can get an Anthropic API key by signing up here.