Unverified Commit 51131cc6 authored by Matt Williams's avatar Matt Williams Committed by GitHub
Browse files

Update examples/python-simplechat/client.py


Co-authored-by: default avatarBruce MacDonald <brucewmacdonald@gmail.com>
parent 43027789
......@@ -32,8 +32,6 @@ def chat(messages):
def main():
messages = []
context = (
[]
) # the context stores a conversation history, you can use this to make the model more context aware
while True:
user_input = input("Enter a prompt: ")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment