feat: AI Chat App v3.15.1 初始版本
- 大模型配置支持思考模式和视觉能力属性 - 前端根据LLM能力显示/隐藏深度思考和图片上传功能 - 后台管理系统:用户管理、LLM配置、智能体管理、工具配置 - TTS语音播放、Markdown显示、历史对话管理 - 智能体对话系统 端口: 19021 后台管理: admin / admin123
This commit is contained in:
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
node_modules/
|
||||
*.log
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user