mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-16 14:52:11 +00:00
Fix. Last.
This commit is contained in:
@@ -618,7 +618,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music
|
|||||||
if music:
|
if music:
|
||||||
algorithm = "gpt-3.5-turbo-16k"
|
algorithm = "gpt-3.5-turbo-16k"
|
||||||
table = message_table_muzyka
|
table = message_table_muzyka
|
||||||
token_amount = 15700
|
token_amount = 10700
|
||||||
else:
|
else:
|
||||||
table = MESSAGE_TABLE
|
table = MESSAGE_TABLE
|
||||||
algorithm = "gpt-4"
|
algorithm = "gpt-4"
|
||||||
|
|||||||
Reference in New Issue
Block a user