Skip to content

Commit 38435d0

Browse files
Seatable ai support config timeout (#317)
* Docs for deploying SeaTable AI * seatable ai support configuring timeout * rebase main branch * Improve wording * Timeout configuration requires v6.1 --------- Co-authored-by: Simon Hammes <simonhammes@users.noreply.github.com>
1 parent 6a9e3e5 commit 38435d0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/installation/components/seatable-ai.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ These must be configured inside your `.env` file:
104104
SEATABLE_AI_LLM_MODEL=...
105105
```
106106

107+
#### LLM Timeout Configuration (Optional)
108+
109+
<!-- md:version 6.1 -->
110+
111+
You can configure the communication timeout with the LLM service by specifying `SEATABLE_AI_LLM_TIMEOUT` in `.env` (the default is 180 seconds):
112+
113+
```ini
114+
SEATABLE_AI_LLM_TIMEOUT=180
115+
```
116+
107117
### Download SeaTable AI image and restart
108118

109119
One more step is necessary to download the SeaTable AI image and restart the SeaTable service:

0 commit comments

Comments
 (0)