Attempting to add detailed responses back in

This commit is contained in:
AllfatherHatt 2024-05-30 20:49:55 +02:00
parent 5d07c5848b
commit 5273180d49

View File

@ -117,7 +117,7 @@ class ReginaldCog(commands.Cog):
openai.api_key = api_key
response = openai.ChatCompletion.create(
model=model,
max_tokens=512,
max_tokens=1024, # Increase max_tokens for more detailed responses
n=1,
stop=None,
temperature=0.7,