temp
This commit is contained in:
parent
5d2258ca1d
commit
8fdc97067a
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ async def whoisbest(ctx, category="Casual", matchesback=18, top=3):
|
|||
""").strip()
|
||||
response = client.chat.completions.create(
|
||||
model="gpt-5-nano",
|
||||
temperature=0.6,
|
||||
#temperature=0.6,
|
||||
presence_penalty=0.2,
|
||||
messages=[
|
||||
{"role": "system", "content": system_prompt},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue