mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-28 06:42:56 +00:00
Noting that API key will still work if set in .env file
Some checks are pending
Build and Push Container / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Container / build-and-push (push) Waiting to run
This commit is contained in:
parent
b3fe2076a7
commit
13b1321460
@ -37,7 +37,7 @@ export const APIKeyManager: React.FC<APIKeyManagerProps> = ({ provider, apiKey,
|
||||
) : (
|
||||
<>
|
||||
<span className="flex-1 text-sm text-bolt-elements-textPrimary">
|
||||
{apiKey ? '••••••••' : 'Not set'}
|
||||
{apiKey ? '••••••••' : 'Not set (will still work if set in .env file)'}
|
||||
</span>
|
||||
<IconButton onClick={() => setIsEditing(true)} title="Edit API Key">
|
||||
<div className="i-ph:pencil-simple" />
|
||||
|
Loading…
Reference in New Issue
Block a user