fix bot response print

This commit is contained in:
wea_ondara
2024-04-21 18:20:35 +02:00
parent b40a6671d8
commit f4aefb3278

View File

@@ -5,4 +5,4 @@ client = ChatClient()
while True:
user_prompt = prompt('>> User: ')
response = client.input('user', user_prompt)
print(response)
print('>> Bot: ' + response)