Refactor settings store to rename proModel to proThinking and update related logic; enhance CSS for energy efficiency and reduced motion preferences; improve i18n translations for better clarity and consistency; modify proBlock utility functions for clearer instruction handling; streamline Vite configuration by removing unnecessary Univer.js dependencies.

This commit is contained in:
“ydy0615”
2026-05-31 16:38:10 +08:00
parent 3a1fd1c5d7
commit b82c6d392d
42 changed files with 3909 additions and 2509 deletions
+3 -3
View File
@@ -38,11 +38,11 @@
## 技术架构
前端: Vue3 + Vite + Milkdown + ProseMirror
后端: FastAPI + Python + Ollama
后端: FastAPI + PythonOpenAI 兼容端点)
## 快速开始
环境: Node.js 18+、Python 3.8+、Ollama
环境: Node.js 18+、Python 3.8+
安装:
- 前端: npm install
@@ -89,7 +89,7 @@
### 后端
- main.py: FastAPI服务器、SSE流式响应
- llm.py: 异步Ollama调用、超时控制
- llm.py: 异步LLM调用(OpenAI兼容)、超时控制
- prompt.py: 7条Prompt规则
- tts_asr.py: macOS/Apple Silicon优化的TTS/ASR处理
- 自动检测Apple Silicon (M1/M2/M3)