ChitChatAssistant
ChitChatAssistant copied to clipboard
(已不维护)Rasa中文聊天机器人
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.17.1 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...
用python -m rasa train --config configs/config.yml --domain configs/domain.yml --data data/来训练的时候出现InvalidPolicyConfig: Module for policy 'KerasPolicy' could not be loaded. Please make sure the name is a valid policy.是不是因为2.0以上版本没有这个策略?谢谢解答
![Uploading image.png…]() `Your input -> 你好 您好!请问我可以帮到您吗? Your input -> 你有什么功能呢 您好!很高兴为您服务,我目前只支持查询天气哦。 Your input -> 查询广州今天天气 2021-02-04 10:56:12 ERROR rasa.core.processor - Encountered an exception while running action 'weather_form'.Bot will continue,...
Bumps [bleach](https://github.com/mozilla/bleach) from 1.5.0 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...
python -m rasa train --config configs/config.yml --domain configs/domain.yml --data data/ 解决这个问题后InvalidPolicyConfig: Module for policy 'KerasPolicy' could not be loaded. Please make sure the name is a valid policy.,出现的新问题Could not load...
## interactive_story_1 ## 天气 + 时间 + 地点 + 时间 * request_weather - weather_form - form{"name": "weather_form"} - slot{"requested_slot": "date_time"} * form: inform{"date_time": "明天"} - form: weather_form - slot{"date_time": "明天"}...
我想使用spacy这个模型,因为它好像是不用训练的嘛,现在我将pipline中的一些组件改成了spacy相关的,请问运行使用的命令也跟你的一样吗?
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...