浏览代码

Update examples/python-simplechat/readme.md

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

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

@@ -1,6 +1,6 @@
 # Simple Chat Example
 # Simple Chat Example
 
 
-The **chat** endpoint is one of two ways to generate text from an LLM with Ollama. At a high level you provide the endpoint an array of objects with a role and content specified. Then with each output and prompt, you add more of those role/content objects, which builds up the memory.
+The **chat** endpoint is one of two ways to generate text from an LLM with Ollama. At a high level you provide the endpoint an array of objects with a role and content specified. Then with each output and prompt, you add more of those role/content objects, which builds up the history.
 
 
 ## Review the Code
 ## Review the Code