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

Update examples/python-simplechat/client.py

Co-authored-by: Bruce MacDonald <brucewmacdonald@gmail.com>
Matt Williams преди 1 година
родител
ревизия
51131cc6e2
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      examples/python-simplechat/client.py

+ 0 - 2
examples/python-simplechat/client.py

@@ -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: ")