fix: rename Anthropic→DeepSeek label in settings, darken text colors
This commit is contained in:
@@ -23,7 +23,7 @@ export default async function SettingsPage() {
|
||||
return (
|
||||
<main className="max-w-2xl mx-auto px-4 py-6">
|
||||
<h1 className="text-2xl font-bold text-gray-900 mb-2">Settings</h1>
|
||||
<p className="text-sm text-gray-500 mb-6">
|
||||
<p className="text-sm text-gray-700 mb-6">
|
||||
API keys are stored securely in the database. Leave blank to use environment variables.
|
||||
</p>
|
||||
<ApiKeyForm settings={settingsMap} />
|
||||
|
||||
Reference in New Issue
Block a user