From fa78e5b5e03e40431e6c4404c6ecb00b8de81be3 Mon Sep 17 00:00:00 2001
From: shidong <shidong@jhsoft.cc>
Date: 星期一, 14 七月 2025 07:36:08 +0800
Subject: [PATCH] #2025/7/14 #优化获取最新数据代码 #优化预警提示语

---
 conf.txt |   29 +++++++++++++++++------------
 1 files changed, 17 insertions(+), 12 deletions(-)

diff --git a/conf.txt b/conf.txt
index 4d67331..cc12af5 100644
--- a/conf.txt
+++ b/conf.txt
@@ -1,14 +1,19 @@
-milvusurl = 192.168.1.232
+milvusurl = 192.168.1.176
 milvusport = 19530
-isupdateurl = http://192.168.1.232:8088/v1/task/isChange?stateType=2
-gettaskconfurl = http://192.168.1.232:8088/v1/task/getTaskConf
-updatestatusurl = http://192.168.1.232:8088/v1/task/updateChangeStatus?stateType=2
-videotaskurl = http://192.168.1.232:8089/api/v1/camera/record/task
-ragurl=http://192.168.1.232:8870
-ragmode=qwen2.5vl
-ollamaurl=http://192.168.1.232:11434
-ollamamode=qwen2.5vl
+isupdateurl = http://192.168.1.176:8088/v1/task/isChange?stateType=2
+gettaskconfurl = http://192.168.1.176:8088/v1/task/getTaskConf
+updatestatusurl = http://192.168.1.176:8088/v1/task/updateChangeStatus?stateType=2
+videotaskurl = http://192.168.1.176:8089/api/v1/camera/record/task
+ragurl=http://192.168.1.176:8870
+ragmode=qwen3
+ollamaurl=http://192.168.1.176:11434
+ollamamode=qwen3
+vllmurl=http://192.168.1.176:8880/v1
+vllmmode=qwen3
 filesavepath = /opt/smart
-max_tokens = 2000
-threadnum = 10
-
+max_tokens = 200
+threadnum = 4
+detectnum = 1
+qwenaddr = /home/debian/Qwen2.5-VL-3B-Instruct-GPTQ-Int4
+cuda = 1
+logaddr=/home/debian/logs
\ No newline at end of file

--
Gitblit v1.8.0