mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Adds button to get unbound api key
This commit is contained in:
@@ -1296,6 +1296,14 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
|
|||||||
placeholder="Enter API Key...">
|
placeholder="Enter API Key...">
|
||||||
<span style={{ fontWeight: 500 }}>Unbound API Key</span>
|
<span style={{ fontWeight: 500 }}>Unbound API Key</span>
|
||||||
</VSCodeTextField>
|
</VSCodeTextField>
|
||||||
|
{!apiConfiguration?.unboundApiKey && (
|
||||||
|
<VSCodeButtonLink
|
||||||
|
href="https://gateway.getunbound.ai"
|
||||||
|
style={{ margin: "5px 0 0 0" }}
|
||||||
|
appearance="secondary">
|
||||||
|
Get Unbound API Key
|
||||||
|
</VSCodeButtonLink>
|
||||||
|
)}
|
||||||
<p
|
<p
|
||||||
style={{
|
style={{
|
||||||
fontSize: "12px",
|
fontSize: "12px",
|
||||||
|
|||||||
Reference in New Issue
Block a user