diff --git a/ai_test.go b/ai_test.go index dfc58fd..7602ca3 100644 --- a/ai_test.go +++ b/ai_test.go @@ -6,6 +6,6 @@ import ( ) func TestAddress(t *testing.T) { - res, err := GetAddress(context.Background(), "上海市市辖县崇明县三星镇社区卫生服务中心", "236ba4b6-9daa-4755-b22f-2fd274cd223a", "doubao-1-5-lite-32k-250115") + res, err := GetAddress(context.Background(), "上海市市辖县崇明县三星镇社区卫生服务中心", ) t.Log(res, err) }