工具助手添加

This commit is contained in:
2025-12-25 18:04:10 +08:00
parent f4bc9f6dab
commit 98081456b7
31 changed files with 4306 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# AI助手Web客户端环境配置示例
# 复制此文件为 .env 并根据实际情况修改
# 服务端口
PORT=5000
# 调试模式 (True/False)
DEBUG=True
# Flask密钥(生产环境请使用随机字符串)
SECRET_KEY=ai-assistant-web-client-secret-key
# API基础URL(如果需要代理到其他服务器)
# API_BASE_URL=http://localhost:8082
# 日志级别 (DEBUG/INFO/WARNING/ERROR)
LOG_LEVEL=INFO
# 默认应用ID
DEFAULT_APP_ID=15
# CORS允许的源(多个用逗号分隔)
# CORS_ORIGINS=http://localhost:3000,http://localhost:8080