Fix. Was joking.

This commit is contained in:
2023-10-21 11:24:53 +02:00
committed by migatu
parent b0df66c5da
commit ce54233908
+1 -1
View File
@@ -622,7 +622,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music
else:
table = MESSAGE_TABLE
algorithm = "gpt-4"
token_amount = 7700
token_amount = 7000
prompt_gpt_request_size = num_tokens_from_string({"role": "user", "content": final_prompt}, "gpt-4")
temptable = []