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
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"key": "litellm-ups-usage-live",
|
||||
"title": "LiteLLM + UPS Usage",
|
||||
"notes": "Exec-backed live usage card for LiteLLM token activity and UPS energy usage. Fill template_state with subtitle, tool_name_24h/tool_arguments_24h, and optional tool_name_month/tool_arguments_month plus refresh_ms. If the month tool call is omitted, the card renders only the 24-hour section. The card title comes from the feed header, not the template body.",
|
||||
"example_state": {
|
||||
"subtitle": "GLM local usage",
|
||||
"tool_name_24h": "exec",
|
||||
"tool_arguments_24h": {
|
||||
"command": "python3 $HOME/.nanobot/workspace/litellm_ups_price_per_token.py --24h"
|
||||
},
|
||||
"tool_name_month": "exec",
|
||||
"tool_arguments_month": {
|
||||
"command": "python3 $HOME/.nanobot/workspace/litellm_ups_price_per_token.py --month"
|
||||
},
|
||||
"refresh_ms": 900000
|
||||
},
|
||||
"created_at": "2026-03-11T23:05:00+00:00",
|
||||
"updated_at": "2026-03-11T23:19:00+00:00"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue