Skip to content
Merged
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
10 changes: 10 additions & 0 deletions docs/installation/components/seatable-ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ These must be configured inside your `.env` file:
SEATABLE_AI_LLM_MODEL=...
```

#### LLM Timeout Configuration (Optional)

<!-- md:version 6.1 -->

You can configure the communication timeout with the LLM service by specifying `SEATABLE_AI_LLM_TIMEOUT` in `.env` (the default is 180 seconds):

```ini
SEATABLE_AI_LLM_TIMEOUT=180
```

### Download SeaTable AI image and restart

One more step is necessary to download the SeaTable AI image and restart the SeaTable service:
Expand Down
Loading