Skip to content

Commit

Permalink
make reasoning model usage unauth
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon committed Feb 14, 2025
1 parent 8d48cc6 commit 3d1883f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ai/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ export const chatModels: Array<ChatModel> = [
id: 'chat-model-reasoning',
name: 'Reasoning model',
description: 'Uses advanced reasoning',
requiresAuth: true,
requiresAuth: false,
},
];

0 comments on commit 3d1883f

Please sign in to comment.