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 f62a924 commit 6c70a13Copy full SHA for 6c70a13
README.md
@@ -46,7 +46,7 @@ Finally, you may use the `openai` service to access the OpenAI API:
46
47
```php
48
$result = $container->get('openai')->completions()->create([
49
- 'model' => 'gpt-3.5-turbo-instruct',
+ 'model' => 'gpt-4o-mini',
50
'prompt' => 'PHP is',
51
]);
52
0 commit comments