使用APIKEY的形式来问答,速度慢了4-5秒,是什么原因?

利用maxkb自带的问答速度很快,秒回,但是使用APIKEY的形式来问答,速度慢了4-5秒,是什么原因?
chat_message_payload = {
“message”: message,
“re_chat”: re_chat(false),
“stream”: stream(true)
}
response = send_chat_message(chat_id, chat_message_payload)

可以在应用对话日志中查看执行详情,确认是否执行详情中有步骤比手动问答要慢,如果没有,可能是接口调用的网络原因。