- 大模型配置支持思考模式和视觉能力属性 - 前端根据LLM能力显示/隐藏深度思考和图片上传功能 - 后台管理系统:用户管理、LLM配置、智能体管理、工具配置 - TTS语音播放、Markdown显示、历史对话管理 - 智能体对话系统 端口: 19021 后台管理: admin / admin123
22 lines
444 B
JSON
22 lines
444 B
JSON
{
|
|
"name": "AI助手",
|
|
"short_name": "AI助手",
|
|
"description": "AI对话助手移动端应用",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#f7fafc",
|
|
"theme_color": "#667eea",
|
|
"orientation": "portrait",
|
|
"icons": [
|
|
{
|
|
"src": "icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |