This commit is contained in:
2024-02-01 21:10:13 +01:00
parent f061377b67
commit 1e2555db64
+1 -2
View File
@@ -645,8 +645,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music
token_amount = 10700
else:
table = MESSAGE_TABLE
#algorithm = "gpt-4"
algorithm = "gpt-3.5-turbo-16k"
algorithm = "gpt-4"
token_amount = 7000
prompt_gpt_request_size = num_tokens_from_string({"role": "user", "content": final_prompt}, "gpt-4")