Fix. Last.

This commit is contained in:
2023-10-21 11:11:28 +02:00
committed by migatu
parent fda2733600
commit b0df66c5da
+1 -1
View File
@@ -618,7 +618,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music
if music:
algorithm = "gpt-3.5-turbo-16k"
table = message_table_muzyka
token_amount = 15700
token_amount = 10700
else:
table = MESSAGE_TABLE
algorithm = "gpt-4"