Skip to content

Commit d6aa2ab

Browse files
committed
Taskr - update ai helper llm model
1 parent 8c49ee3 commit d6aa2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskr/components/task_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ async def ai_helper(self, interaction: discord.Interaction, button: discord.ui.B
971971
try:
972972
client = openai.AsyncClient(api_key=openai_token)
973973
response = await client.beta.chat.completions.parse(
974-
model="gpt-5",
974+
model="gpt-5.1",
975975
messages=messages,
976976
response_format=ai_responses.CronDataResponse,
977977
reasoning_effort="medium",

0 commit comments

Comments
 (0)