diff --git a/bot.py b/bot.py index f66be83..2d065c1 100644 --- a/bot.py +++ b/bot.py @@ -581,7 +581,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music history = [] history.append(GPT_SETTINGS[0]) for (slowo, reakcja) in word_reactions.items(): - temp = {"role : system", "content : Kiedy słyszysz " + slowo + " to reagujesz lub dzieje się to " + reakcja} + temp = {"role : system", "content : Kiedy słyszysz " + slowo + " to reagujesz lub dzieje się to " + reakcja[0]} if music: history.extend(message_table_muzyka)