mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-15 22:32:10 +00:00
Fix
This commit is contained in:
@@ -581,7 +581,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music
|
|||||||
history = []
|
history = []
|
||||||
history.append(GPT_SETTINGS[0])
|
history.append(GPT_SETTINGS[0])
|
||||||
for (slowo, reakcja) in word_reactions.items():
|
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:
|
if music:
|
||||||
history.extend(message_table_muzyka)
|
history.extend(message_table_muzyka)
|
||||||
|
|||||||
Reference in New Issue
Block a user