Chinese-NLP-book / rasa_chinese_book_code

《Rasa实战:构建开源对话机器人》官方随书代码 | The official source code of Rasa in Action: Building Open Source Conversational AI
https://item.jd.com/13624358.html
317 stars 112 forks source link

第三,四章README.md需要修改下. #1

Closed cooconwind closed 1 year ago

cooconwind commented 2 years ago

第三章 README.md:

 ##启动Rasa动作服务器
 ```shell
-rasa run action
+rasa run actions
 ``

 ##启动Rasa服务器和客户端

第四章 README.md:

尝试输入一些查询,例如“如何检查面试结果?”并查看回复。

玩得开心!

+## 运行服务(网页)具体步骤:
+### 运行Rasa服务器
+```bash
+rasa run --cors "*"
+``
+### 运行网页客户端
+```bash
+python -m http.server
+`` 
+### 使用浏览器打开链接:http://localhost:8000/
howl-anderson commented 2 years ago

感谢你的报告!我会尽快处理的。

mingri-lt commented 2 years ago

谢谢大佬提交的pull requests,感觉很有用

howl-anderson commented 1 year ago

Hi All, 本 issue 所列问题已在 https://github.com/Chinese-NLP-book/rasa_chinese_book_code/commit/e59cec84de14fa61cdfb08893cbea125438de8a7 中修复,感谢支持!