Skip to content

Commit

Permalink
Forgot comma
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirarism committed Aug 13, 2024
1 parent 41d1a15 commit 035a6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/plugins/chatbot_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async def openai_chatbot(self, ctx: Message, strings):
try:
response = await ai.chat.completions.create(
model="gpt-4o-mini",
messages=[{"role": "user", "content": pertanyaan}]
messages=[{"role": "user", "content": pertanyaan}],
temperature=0.7,
stream=True,
)
Expand Down

0 comments on commit 035a6eb

Please sign in to comment.