Skip to content

Commit

Permalink
Fixed missing string conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
LobaDK committed Mar 21, 2024
1 parent 95f9bdb commit 313babd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/Chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ async def initiateChat(
top_p=1,
frequency_penalty=1,
presence_penalty=0,
user=ctx.message.id,
user=str(ctx.message.id),
)
chat_response = response.choices[0].message.content

Expand Down

0 comments on commit 313babd

Please sign in to comment.