Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Nov 21, 2024
1 parent bf1514e commit 234063b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ async def o1mini(ctx, prompt: discord.Option(str, description="Der Prompt")):
message = oaiclient.chat.completions.create(
model="o1-mini",
messages=[
{"role": "system", "content": "Du befolgst die dir gegebenen Anweisungen."},
{"role": "user", "content": prompt}
]
)
Expand All @@ -60,7 +59,6 @@ async def o1preview(ctx, prompt: discord.Option(str, description="Der Prompt")):
message = oaiclient.chat.completions.create(
model="o1-preview",
messages=[
{"role": "system", "content": "Du befolgst die dir gegebenen Anweisungen."},
{"role": "user", "content": prompt}
]
)
Expand Down

0 comments on commit 234063b

Please sign in to comment.