Skip to content

Commit

Permalink
dial down ai temp
Browse files Browse the repository at this point in the history
  • Loading branch information
snazzyfox committed Jul 22, 2023
1 parent dbe25d5 commit c2d52fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dingomata/cogs/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ async def _post_ai_reply(self, message: discord.Message, guild: discord.Guild, p
response = await openai.ChatCompletion.acreate(
model='gpt-3.5-turbo-0613',
messages=messages,
temperature=1.5,
temperature=1.2,
max_tokens=120,
presence_penalty=0.05,
frequency_penalty=0.10,
Expand Down

0 comments on commit c2d52fe

Please sign in to comment.