Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat:add pop-up notification for empty API configuration#493

Open
DerenZhang wants to merge 2 commits intoValueCell-ai:mainValueCell-ai/valuecell:mainfrom
DerenZhang:feat/api_missing_notificationDerenZhang/valuecell:feat/api_missing_notificationCopy head branch name to clipboard
Open

feat:add pop-up notification for empty API configuration#493
DerenZhang wants to merge 2 commits intoValueCell-ai:mainValueCell-ai/valuecell:mainfrom
DerenZhang:feat/api_missing_notificationDerenZhang/valuecell:feat/api_missing_notificationCopy head branch name to clipboard

Conversation

@DerenZhang
Copy link
Copy Markdown

📝 Pull Request Template

1. Related Issue

Closes #366

2. Type of Change (select one)

Type of Change: New feature

3. Description

Adds a warning banner that notifies users when no LLM API keys are configured in their .env file.

4. Testing

  • [Y] I have tested this locally.
  • [N] I have updated or added relevant tests.

5. Checklist

@@ -61,52 +40,18 @@ async def get_app_info():
)
async def health_check():
"""Service health status check."""
config_manager = ConfigManager()
enabled_providers = config_manager.get_enabled_providers()
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⁠healthz is a high-frequency endpoint. We shouldn't include such a heavy query here.

@vcfgv
Copy link
Copy Markdown
Collaborator

vcfgv commented Dec 2, 2025

In addition, this PR should not close #366 since it may not fully resolve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remind user by means of message rather than popup when no API keys are configured

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.