We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b42463 commit 35d4193Copy full SHA for 35d4193
1 file changed
README.md
@@ -34,8 +34,8 @@ _✨基于nlohmann,cpr,spdlog的ChatBot✨_
34
```
35
36
* **会话**
37
- *
38
- * 提交对话
+*
+ * 提交对话
39
```c++
40
bot.Submit("Hello","user");//对话内容,及对话模式 默认为user
41
bot.SubmitAsync("Hello","user");//异步提交对话内容,及对话模式 默认为user
0 commit comments