package third_part import ( "testing" ) func TestAiChat(t *testing.T) { t.Log(AiChat("你好")) }