We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c2614 commit cffe11eCopy full SHA for cffe11e
app/Services/Adapters/AI/OpenAI/OpenAIAdapter.php
@@ -16,7 +16,7 @@
16
17
class OpenAIAdapter implements AIAdapterInterface
18
{
19
- protected const MODEL = 'gpt-3.5-turbo-0125';
+ protected const MODEL = 'gpt-4o-mini';
20
21
protected readonly PromptQuestion $question;
22
0 commit comments