Update examples/python-simplechat/client.py
This commit is contained in:
parent
aec742b6d2
commit
4a02945a15
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue