This commit is contained in:
2024-02-02 22:35:19 +01:00
parent 72a850561d
commit ff66ea2df6
+2 -2
View File
@@ -645,8 +645,8 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music
token_amount = 10700
else:
table = MESSAGE_TABLE
algorithm = "gpt-4-turbo-preview"
token_amount = 28000
algorithm = "gpt-4"
token_amount = 7000
prompt_gpt_request_size = num_tokens_from_string({"role": "user", "content": final_prompt}, "gpt-4")
temptable = []