- 实现Agent管理,支持AI辅助生成系统提示词 - 支持多个AI提供商(OpenRouter、智谱、MiniMax等) - 实现聊天室和讨论引擎 - WebSocket实时消息推送 - 前端使用React + Ant Design - 后端使用FastAPI + MongoDB Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
288 B
Plaintext
16 lines
288 B
Plaintext
# AI聊天室环境变量配置
|
|
|
|
# MongoDB配置
|
|
MONGO_PASSWORD=chatroom123
|
|
|
|
# 安全配置
|
|
SECRET_KEY=your-secret-key-change-in-production
|
|
ENCRYPTION_KEY=your-32-byte-encryption-key-here
|
|
|
|
# 开发模式
|
|
DEBUG=false
|
|
|
|
# 可选:默认代理配置
|
|
DEFAULT_HTTP_PROXY=
|
|
DEFAULT_HTTPS_PROXY=
|