feat: AI Chat App v3.15.1 初始版本
- 大模型配置支持思考模式和视觉能力属性 - 前端根据LLM能力显示/隐藏深度思考和图片上传功能 - 后台管理系统:用户管理、LLM配置、智能体管理、工具配置 - TTS语音播放、Markdown显示、历史对话管理 - 智能体对话系统 端口: 19021 后台管理: admin / admin123
This commit is contained in:
+1011
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
flask>=2.0.0
|
||||
flask-cors>=3.0.0
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
python3 app.py
|
||||
Reference in New Issue
Block a user