| 123456789101112131415161718192021222324252627282930313233343536373839 |
- appname = shudao-chat-go
- httpport = 22001
- runmode = dev
- # ==================== MySQL配置 ====================
- mysqluser = root
- mysqlpass = 88888888
- mysqlurls = 172.16.29.101
- mysqlhttpport = 21000
- mysqldb = shudao
- # ==================== AI模型配置 ====================
- # 阿里大模型配置
- 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隐患检测服务
- yolo_base_url = http://172.16.35.50:18080
- # 知识库搜索API (ChromaDB) - 测试环境内网直连
- search_api_url = http://127.0.0.1:24000/api/search
- heartbeat_api_url = http://127.0.0.1:24000/api/health
- # Token验证API (认证网关) - 测试环境
- auth_api_url = http://127.0.0.1:28004/api/auth/verify
- # AI问答服务代理地址
- aichat_api_url = http://127.0.0.1:28002/api/v1
- # ==================== OSS存储配置 ====================
- oss_access_key_id = fnyfi2f368pbic74d8ll
- oss_access_key_secret = jgqwk7sirqlz2602x2k7yx2eor0vii19wah6ywlv
- oss_bucket = gdsc-ai-aqzs
- oss_endpoint = http://172.16.17.52:8060
- oss_parse_encrypt_key = jgqwk7sirqlz2602
|