From 8f096a95a1e75740a59d92c35fb3b5b7dea8977b Mon Sep 17 00:00:00 2001 From: Anton Ashkolunenko <58958322+bashka411@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:42:01 +0300 Subject: [PATCH] Update README.md fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index defaa3ce..2e745ffc 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,7 @@ If you don't belong actually to any organization, you can just ignore this secti ### Settings a default request timeout -The package make use if the [http](https://pub.dev/packages/http) to make requests, this one have a default timeout of 30 seconds, this means that any requests that takes more than 30 seconds will be cancelled, and a exception will be thrown, to chenge that you will need to set your own default timeout: +The package make use if the [http](https://pub.dev/packages/http) to make requests, this one have a default timeout of 30 seconds, this means that any requests that takes more than 30 seconds will be cancelled, and a exception will be thrown, to change that you will need to set your own default timeout: ```dart OpenAI.requestsTimeOut = Duration(seconds: 60); // 60 seconds.