mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Update text in permissions
This commit is contained in:
@@ -31,6 +31,6 @@ export function buildApiHandler(configuration: ApiConfiguration): ApiHandler {
|
|||||||
case "bedrock":
|
case "bedrock":
|
||||||
return new AwsBedrockHandler(options)
|
return new AwsBedrockHandler(options)
|
||||||
default:
|
default:
|
||||||
throw new Error(`Unknown API provider: ${apiProvider}`)
|
return new AnthropicHandler(options)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ const ApiOptions: React.FC<ApiOptionsProps> = ({ apiConfiguration, setApiConfigu
|
|||||||
marginTop: "5px",
|
marginTop: "5px",
|
||||||
color: "var(--vscode-descriptionForeground)",
|
color: "var(--vscode-descriptionForeground)",
|
||||||
}}>
|
}}>
|
||||||
This key is stored locally and only used to make API requests from the extension.
|
This key is stored locally and only used to make API requests from this extension.
|
||||||
<VSCodeLink href="https://console.anthropic.com/" style={{ display: "inline" }}>
|
<VSCodeLink href="https://console.anthropic.com/" style={{ display: "inline" }}>
|
||||||
You can get an Anthropic API key by signing up here.
|
You can get an Anthropic API key by signing up here.
|
||||||
</VSCodeLink>
|
</VSCodeLink>
|
||||||
@@ -66,7 +66,7 @@ const ApiOptions: React.FC<ApiOptionsProps> = ({ apiConfiguration, setApiConfigu
|
|||||||
marginTop: "5px",
|
marginTop: "5px",
|
||||||
color: "var(--vscode-descriptionForeground)",
|
color: "var(--vscode-descriptionForeground)",
|
||||||
}}>
|
}}>
|
||||||
This key is stored locally and only used to make API requests from the extension.
|
This key is stored locally and only used to make API requests from this extension.
|
||||||
<VSCodeLink href="https://openrouter.ai/" style={{ display: "inline" }}>
|
<VSCodeLink href="https://openrouter.ai/" style={{ display: "inline" }}>
|
||||||
You can get an OpenRouter API key by signing up here.
|
You can get an OpenRouter API key by signing up here.
|
||||||
</VSCodeLink>
|
</VSCodeLink>
|
||||||
@@ -129,7 +129,7 @@ const ApiOptions: React.FC<ApiOptionsProps> = ({ apiConfiguration, setApiConfigu
|
|||||||
marginTop: "5px",
|
marginTop: "5px",
|
||||||
color: "var(--vscode-descriptionForeground)",
|
color: "var(--vscode-descriptionForeground)",
|
||||||
}}>
|
}}>
|
||||||
These credentials are stored locally and only used to make API requests from the extension.
|
These credentials are stored locally and only used to make API requests from this extension.
|
||||||
<VSCodeLink
|
<VSCodeLink
|
||||||
href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html"
|
href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html"
|
||||||
style={{ display: "inline" }}>
|
style={{ display: "inline" }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user