From 13b1321460873b044a38aefedd3a7980dca3de99 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Sat, 9 Nov 2024 07:59:06 -0600 Subject: [PATCH] Noting that API key will still work if set in .env file --- app/components/chat/APIKeyManager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat/APIKeyManager.tsx b/app/components/chat/APIKeyManager.tsx index aab70107..a35724c8 100644 --- a/app/components/chat/APIKeyManager.tsx +++ b/app/components/chat/APIKeyManager.tsx @@ -37,7 +37,7 @@ export const APIKeyManager: React.FC = ({ provider, apiKey, ) : ( <> - {apiKey ? '••••••••' : 'Not set'} + {apiKey ? '••••••••' : 'Not set (will still work if set in .env file)'} setIsEditing(true)} title="Edit API Key">