Skip to content

Commit 18d84cf

Browse files
committed
Doc: fix model
1 parent 4beaf1f commit 18d84cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ $yourApiKey = getenv('YOUR_API_KEY');
5858
$client = OpenAI::client($yourApiKey);
5959

6060
$result = $client->chat()->create([
61-
'model' => 'gpt-3.5-turbo-instruct',
61+
'model' => 'gpt-4',
6262
'messages' => [
6363
['role' => 'user', 'content' => 'Hello!'],
6464
],

0 commit comments

Comments
 (0)