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 4beaf1f commit 18d84cfCopy full SHA for 18d84cf
README.md
@@ -58,7 +58,7 @@ $yourApiKey = getenv('YOUR_API_KEY');
58
$client = OpenAI::client($yourApiKey);
59
60
$result = $client->chat()->create([
61
- 'model' => 'gpt-3.5-turbo-instruct',
+ 'model' => 'gpt-4',
62
'messages' => [
63
['role' => 'user', 'content' => 'Hello!'],
64
],
0 commit comments