快速开始

对话

from api import nlu_tuling

answer = nlu_tuling(question="今天天气", loc="上海市")
print(answer)