fix bot response print
This commit is contained in:
@@ -5,4 +5,4 @@ client = ChatClient()
|
||||
while True:
|
||||
user_prompt = prompt('>> User: ')
|
||||
response = client.input('user', user_prompt)
|
||||
print(response)
|
||||
print('>> Bot: ' + response)
|
||||
|
||||
Reference in New Issue
Block a user