前端修饰与渲染处理

This commit is contained in:
2026-04-26 03:34:47 +08:00
parent 35eff3faf6
commit 6b5ddac178
114 changed files with 18465 additions and 132 deletions

View File

@@ -5,11 +5,3 @@ FRONTEND_URL=http://localhost:5173
# Data Directory
DATA_DIR=./data
# LLM API Keys (配置你使用的 LLM 提供商)
OPENAI_API_KEY=your-openai-api-key
ANTHROPIC_API_KEY=your-anthropic-api-key
# Optional: Custom LLM Provider Settings
LLM_PROVIDER=openai # openai | anthropic | custom
LLM_MODEL=gpt-4 # 根据你的 provider 选择合适的模型