瀏覽代碼

Update examples/python-simplechat/readme.md

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
Matt Williams 1 年之前
父節點
當前提交
aec742b6d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/python-simplechat/readme.md

+ 1 - 1
examples/python-simplechat/readme.md

@@ -17,7 +17,7 @@ With the **generate** endpoint, you need to provide a `prompt`. But with **chat*
 
 The final JSON object doesn't provide the full content, so you will need to build the content yourself.
 
-In the **main** function, we collect `user_input` and add it as a message to our messages and that is passed to the chat function. And the output is added as another message.
+In the **main** function, we collect `user_input` and add it as a message to our messages and that is passed to the chat function. When the LLM is done responding the output is added as another message.
 
 ## Next Steps