Преглед на файлове

Update examples/python-simplechat/client.py

Bruce MacDonald преди 1 година
родител
ревизия
4a02945a15
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      examples/python-simplechat/client.py

+ 0 - 1
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()