Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishel-07 authored Aug 17, 2024
1 parent 71e6eca commit d77609a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/helpers/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async def openai(client, message):
}
try:
ai = AiGenerativeContent
response = ai.gen_content(payload, 5)
response = ai.gen_content(payload, "gpt-3.5")
content = response['response']
await mes.edit(f"Hey {message.from_user.mention},\n\nQuery: {query}\n\nResult:\n\n{content}")

Expand Down

0 comments on commit d77609a

Please sign in to comment.