From 9ce3153e0a3e2f4506d37e2e67063a7902753e96 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Mon, 21 Jul 2025 15:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ai=5Ftest.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai_test.go | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ai_test.go b/ai_test.go index 25a438f..637fca1 100644 --- a/ai_test.go +++ b/ai_test.go @@ -9,19 +9,7 @@ import ( "time" ) -const ( - dns = "developer:Lsxd@2024@tcp(lsxdpolar.rwlb.rds.aliyuncs.com:3306)/physicalgoods?parseTime=True&loc=Local" - driver = "mysql" - table = "category" - modelType = "deepseek-r1-distill-qwen-32b-250120" - key = "03320e58-6a0b-4061-a22b-902039f2190d" -) -func TestCategory(t *testing.T) { - path := getPath() - res, err := GetCategory(context.Background(), "半亩花田倍润身体乳(失重玫瑰)250ml@默认", "03320e58-6a0b-4061-a22b-902039f2190d", modelType, path) - t.Log(res, err) -} func TestCategoryGoodsSet(t *testing.T) { var wg sync.WaitGroup