diff --git a/app/components/chat/APIKeyManager.tsx b/app/components/chat/APIKeyManager.tsx index 28847bc19..d41a2281f 100644 --- a/app/components/chat/APIKeyManager.tsx +++ b/app/components/chat/APIKeyManager.tsx @@ -57,6 +57,14 @@ export const APIKeyManager: React.FC = ({ provider, apiKey, {provider?.getApiKeyLink && ( window.open(provider?.getApiKeyLink)} title="Edit API Key"> {provider?.labelForGetApiKey || 'Get API Key'} +
+ +
+
)}