|
|
@ -15,7 +15,7 @@ rasa:
|
|
|
|
data-path: /data/vp/rasa/model_resource/ # 文件解压后存放位置
|
|
|
|
data-path: /data/vp/rasa/model_resource/ # 文件解压后存放位置
|
|
|
|
models-path: /data/vp/rasa/models/
|
|
|
|
models-path: /data/vp/rasa/models/
|
|
|
|
endpoints: /rasa/endpoints.yml # 启动的配置项,应该是写在配置文件里面
|
|
|
|
endpoints: /rasa/endpoints.yml # 启动的配置项,应该是写在配置文件里面
|
|
|
|
config: /rasa/config-local.yml # 启动rasa需要的配置文件,在配置文件中配置
|
|
|
|
config: /rasa/config.yml # 启动rasa需要的配置文件,在配置文件中配置
|
|
|
|
url: 127.0.0.1:{}/webhooks/rest/webhook
|
|
|
|
url: 127.0.0.1:{}/webhooks/rest/webhook
|
|
|
|
wakeup:
|
|
|
|
wakeup:
|
|
|
|
cron: 0 */10 * * * ? #每十分钟执行一次
|
|
|
|
cron: 0 */10 * * * ? #每十分钟执行一次
|
|
|
|