mirror of
https://wget.la/https://github.com/Wxw-Gu/WechatExplorer
synced 2026-08-17 11:37:06 +08:00
- 后端 ai:chat 支持 baseURL 参数,可配置任意 OpenAI 兼容 API - 前端 UI 增加 Base URL 输入框和模型选择下拉 (DeepSeek/GPT-4o/Claude/Moonshot) - 配置通过 localStorage 持久化,支持从 .env 文件读取默认値 - 统一错误提示,移除 DeepSeek 硬编码引用 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
11 lines
326 B
Bash
11 lines
326 B
Bash
# WeChat Database Key (Optional, can be entered in UI)
|
|
VITE_DB_KEY=
|
|
|
|
# AI API Configuration (Optional, can be entered in UI)
|
|
VITE_DEEPSEEK_API_KEY=
|
|
VITE_AI_BASE_URL=https://api.deepseek.com
|
|
VITE_AI_MODEL=deepseek-chat
|
|
|
|
# Message types to filter out (comma separated)
|
|
VITE_FILTER_MSG_TYPES=分享消息,图片,表情包,视频
|