Update examples/python-simplechat/client.py

This commit is contained in:
Bruce MacDonald 2023-12-06 18:36:45 -05:00 committed by GitHub
parent aec742b6d2
commit 4a02945a15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()