Skip to content

Commit

Permalink
docs: fix typo on CLientOptions (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpak1300 authored Nov 17, 2024
1 parent e968a28 commit d38aba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-concepts/text-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The value is passed through to the provider. The range depends on the provider a
`withClientOptions`

Under the hood we use Laravel's [HTTP client](https://laravel.com/docs/11.x/http-client#main-content). You can use this method to pass any of Guzzles [request options](https://docs.guzzlephp.org/en/stable/request-options.html) e.g. `->withCLientOptions(['timeout' => 30])`.
Under the hood we use Laravel's [HTTP client](https://laravel.com/docs/11.x/http-client#main-content). You can use this method to pass any of Guzzles [request options](https://docs.guzzlephp.org/en/stable/request-options.html) e.g. `->withClientOptions(['timeout' => 30])`.

## Response Handling

Expand Down

0 comments on commit d38aba1

Please sign in to comment.