| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- appname = shudao-chat-go
- httpport = 22000
- runmode = dev
- # mysql配置
- #mysqluser = "shudao"
- #mysqlpass = "root"
- #mysqlpass = "YDdYntHtC7h5bniB"
- #mysqlurls = "47.109.37.38"
- #mysqlhttpport = "3306"
- #mysqldb = "shudao"
- # shudao-chat-go配置
- mysqluser = "root"
- mysqlpass = "88888888"
- mysqlurls = "172.16.35.57"
- mysqlhttpport = "21000"
- mysqldb = "shudao"
- #deepseek配置
- deepseek_api_key = "sk-28625cb3738844e190cee62b2bcb25bf"
- deepseek_api_url = "https://api.deepseek.com"
- # 阿里大模型配置
- qwen3_api_url = "http://172.16.35.50:8000"
- qwen3_model = "Qwen3-30B-A3B-Instruct-2507"
- # 意图识别模型配置
- intent_api_url = "http://172.16.35.50:8000"
- intent_model = "Qwen2.5-1.5B-Instruct"
- # YOLO API配置
- yolo_base_url = "http://172.16.35.50:18080"
- # # Chroma数据库配置
- # chroma_host = "172.16.35.57"
- # chroma_port = "23000"
- # chroma_collection_name = "my_rag_collection"
- # 搜索API配置
- search_api_url = "http://localhost:24000/api/search"
- #心包连接
- heartbeat_api_url = "http://localhost:24000/api/health"
- # 基础URL配置 - 手动切换
- # 本地环境: https://172.16.29.101:22000
- # 生产环境: https://aqai.shudaodsj.com:22000
- base_url = "https://aqai.shudaodsj.com:22000"
- # Token验证API配置
- # 生产环境:使用外部认证服务
- # auth_api_url = "https://aqai.shudaodsj.com:22000/api/auth/verify"
- # 测试环境:如果认证服务在本地
- auth_api_url = "http://127.0.0.1:28004/api/auth/verify"
- # oss配置
- OSS_ACCESS_KEY_ID="fnyfi2f368pbic74d8ll"
- OSS_ACCESS_KEY_SECRET="jgqwk7sirqlz2602x2k7yx2eor0vii19wah6ywlv"
- OSS_BUCKET="gdsc-ai-aqzs"
- OSS_END_POINT="172.16.17.52:8060"
- OSS_PARSSE_ENCRYPT_KEY="jgqwk7sirqlz2602"
|