Unverified Commit 4a02945a authored by Bruce MacDonald's avatar Bruce MacDonald Committed by GitHub
Browse files

Update examples/python-simplechat/client.py

parent aec742b6
...@@ -32,7 +32,6 @@ def chat(messages): ...@@ -32,7 +32,6 @@ def chat(messages):
def main(): def main():
messages = [] messages = []
) # the context stores a conversation history, you can use this to make the model more context aware
while True: while True:
user_input = input("Enter a prompt: ") user_input = input("Enter a prompt: ")
print() print()
......
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