Skip to content

Commit

Permalink
Update very_sus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abesmon authored Oct 18, 2024
1 parent 1f1e70c commit 6332851
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bot/very_sus.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ async def very_sus() -> str:
],
temperature=0.5 + random.random() * 0.5,
max_tokens=-1,
stream=False,
response_format = {
"type": "text",
}
stream=False
)

answer = chat_completion.choices[0].message.content
Expand Down

0 comments on commit 6332851

Please sign in to comment.