Skip to content

Conversation

@DerenZhang
Copy link

📝 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
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
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