mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-06 08:01:31 +00:00
welcome screen polishing.
This commit is contained in:
parent
40c7c22156
commit
1c83af8837
5 changed files with 134 additions and 121 deletions
|
|
@ -54,9 +54,9 @@ class MissingApiKeyCheck(Extension):
|
|||
"id": "missing-api-key",
|
||||
"type": "error",
|
||||
"priority": 100,
|
||||
"title": "Missing API Key",
|
||||
"html": f"""No API key configured for: {model_list}.
|
||||
Agent Zero will not be able to function properly.
|
||||
"title": "Missing LLM API Key for current settings",
|
||||
"html": f"""No API key configured for: {model_list}.<br>
|
||||
Agent Zero will not be able to function properly unless you provide an API key or change your settings.<br>
|
||||
<a href="#" onclick="document.getElementById('settings').click(); return false;">
|
||||
Add your API key</a> in Settings → External Services → API Keys.""",
|
||||
"dismissible": False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue