mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-17 07:12:09 +00:00
Fix. Was joking.
This commit is contained in:
@@ -622,7 +622,7 @@ async def handle_response(prompt, vykidailo, bartender, history, username, music
|
|||||||
else:
|
else:
|
||||||
table = MESSAGE_TABLE
|
table = MESSAGE_TABLE
|
||||||
algorithm = "gpt-4"
|
algorithm = "gpt-4"
|
||||||
token_amount = 7700
|
token_amount = 7000
|
||||||
|
|
||||||
prompt_gpt_request_size = num_tokens_from_string({"role": "user", "content": final_prompt}, "gpt-4")
|
prompt_gpt_request_size = num_tokens_from_string({"role": "user", "content": final_prompt}, "gpt-4")
|
||||||
temptable = []
|
temptable = []
|
||||||
|
|||||||
Reference in New Issue
Block a user