We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4336749 commit 47e9b4aCopy full SHA for 47e9b4a
plugins/chat.py
@@ -340,6 +340,7 @@ async def hey(self, ctx: commands.Context):
340
for iterations_left in range(self.ITERATION_LIMIT - 1, -1, -1):
341
async with ctx.typing():
342
iteration_result = await aclient.chat.completions.create(
343
+ model="gpt-4o",
344
messages=prompt_messages,
345
user=str(ctx.author.id),
346
tools=self._all_available_commands_as_tools if iterations_left else NOT_GIVEN,
0 commit comments