Skip to content

Commit

Permalink
Update examples/python-simplechat/readme.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
  • Loading branch information
technovangelist and BruceMacD authored Dec 6, 2023
1 parent f337642 commit aec742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python-simplechat/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aec742b

Please sign in to comment.