feat: add card examples and speed up rtc connect
This commit is contained in:
parent
04afead5af
commit
23fd806e6d
41 changed files with 3327 additions and 3 deletions
18
examples/cards/instances/live-litellm-ups-usage/card.json
Normal file
18
examples/cards/instances/live-litellm-ups-usage/card.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"id": "live-litellm-ups-usage",
|
||||
"kind": "text",
|
||||
"title": "LiteLLM + UPS Usage",
|
||||
"content": "",
|
||||
"question": "",
|
||||
"choices": [],
|
||||
"response_value": "",
|
||||
"slot": "live-litellm-ups-usage",
|
||||
"lane": "context",
|
||||
"priority": 48,
|
||||
"state": "active",
|
||||
"template_key": "litellm-ups-usage-live",
|
||||
"context_summary": "LiteLLM token usage and UPS energy usage for the last 24 hours and current month.",
|
||||
"chat_id": "web",
|
||||
"created_at": "2026-03-11T23:05:00+00:00",
|
||||
"updated_at": "2026-03-11T23:05:00+00:00"
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"subtitle": "GLM local usage",
|
||||
"tool_name_24h": "exec",
|
||||
"tool_arguments_24h": {
|
||||
"command": "python3 $HOME/.nanobot/workspace/litellm_ups_price_per_token.py --24h"
|
||||
},
|
||||
"refresh_ms": 900000
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue