refactor: app customization

This commit is contained in:
cogwheel0
2025-09-07 11:29:29 +05:30
parent a16fb86e27
commit 0116a5be7b
12 changed files with 524 additions and 247 deletions

View File

@@ -283,4 +283,18 @@
"description": "Shows how long the assistant thought before replying.",
"placeholders": {"duration": {"type": "String", "example": "3s"}}
}
,
"appCustomization": "App Customization",
"appCustomizationSubtitle": "Personalize how names and UI display",
"display": "Display",
"realtime": "Realtime",
"hideProviderInModelNames": "Hide provider in model names",
"hideProviderInModelNamesDescription": "Show names like \"gpt-4o\" instead of \"openai/gpt-4o\".",
"transportMode": "Transport mode",
"transportModeDescription": "Choose how the app connects for realtime updates.",
"mode": "Mode",
"transportModeAuto": "Auto (Polling + WebSocket)",
"transportModeWs": "WebSocket only",
"transportModeAutoInfo": "More robust on restrictive networks. Upgrades to WebSocket when possible.",
"transportModeWsInfo": "Lower overhead, but may fail behind strict proxies/firewalls."
}