This commit is contained in:
2023-10-19 14:02:24 +02:00
parent 0c20b3dc5f
commit d505c116d3
+1 -1
View File
@@ -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)