Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ $texts = AiClient::prompt('Write a 2-verse poem about PHP.')
```php
use WordPress\AiClient\AiClient;

$text = AiClient::prompt('Write a 80-verse poem with long stanzas about PHP.')
$text = AiClient::prompt('Write an 80-verse poem with long stanzas about PHP.')
->usingSystemInstruction('You are a famous poet from the 17th century.')
->usingTemperature(0.8)
->usingMaxTokens(8000);
Expand Down