ChitChatAssistant
ChitChatAssistant copied to clipboard
断点调试代码
Python -m rasa run actions --port 5055 --actions actions --debug 这句shell如果想转化为py脚本的话,该怎么写呢,如果每次都是shell启动没有办法用idea断点调试啊
from rasa_core_sdk import endpoint endpoint.run(actions="actions",port=5055) 我这么写也会报错,大佬可以看一下吗~。~!