Skip to content

Commit cffe11e

Browse files
committed
- Updated the ai model to use the latest mini model.
1 parent f8c2614 commit cffe11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/Adapters/AI/OpenAI/OpenAIAdapter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class OpenAIAdapter implements AIAdapterInterface
1818
{
19-
protected const MODEL = 'gpt-3.5-turbo-0125';
19+
protected const MODEL = 'gpt-4o-mini';
2020

2121
protected readonly PromptQuestion $question;
2222

0 commit comments

Comments
 (0)