瀏覽代碼

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