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