Skip to content

Commit 4e85efc

Browse files
committed
Update env-configuration.md
1 parent 6f00a3f commit 4e85efc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/getting-started/env-configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,13 @@ allowing the client to wait indefinitely.
245245
#### `AIOHTTP_CLIENT_TIMEOUT_MODEL_LIST`
246246

247247
- Type: `int`
248+
- Default: `10`
248249
- Description: Sets the timeout in seconds for fetching the model list. This can be useful in cases where network latency requires a longer timeout duration to successfully retrieve the model list.
249250

251+
:::note
252+
The AIOHTTP_CLIENT_TIMEOUT_MODEL_LIST is set to 10 seconds by default to help ensure that all necessary connections are available when opening the web UI. This duration allows enough time for retrieving the model list even in cases of higher network latency. You can lower this value if quicker timeouts are preferred, but keep in mind that doing so may lead to some connections being dropped depending on your network conditions.
253+
:::
254+
250255
#### `AIOHTTP_CLIENT_TIMEOUT_OPENAI_MODEL_LIST`
251256

252257
- Type: `int`

0 commit comments

Comments
 (0)