fix prompt optimizing

Kaveen Kumarasinghe 2 years ago
parent f20687f3f3
commit 9a74e4e203

@ -96,6 +96,7 @@ class ImgPromptOptimizer(discord.Cog, name="ImgPromptOptimizer"):
best_of_override=1,
max_tokens_override=60,
custom_api_key=user_api_key,
is_chatgpt_request=True,
)
# THIS USES MORE TOKENS THAN A NORMAL REQUEST! This will use roughly 4000 tokens, and will repeat the query

Loading…
Cancel
Save