更新 ai_test.go

This commit is contained in:
renzhiyuan 2025-07-21 15:18:37 +08:00
parent 03ba799e53
commit 7de9971333
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}