From 4a02945a158dd5d1b5e3f1e2e3b8b4beae6b9aba Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Wed, 6 Dec 2023 18:36:45 -0500 Subject: [PATCH] Update examples/python-simplechat/client.py --- examples/python-simplechat/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/python-simplechat/client.py b/examples/python-simplechat/client.py index 3f1d0bb1..b72804bf 100644 --- a/examples/python-simplechat/client.py +++ b/examples/python-simplechat/client.py @@ -32,7 +32,6 @@ def chat(messages): def main(): messages = [] - ) # 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: ") print()