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