Default prompt suggestions environment variable

This commit is contained in:
Jarrod Lowe 2025-04-22 12:19:40 +12:00
parent a3d75146f0
commit 7149f4c8f0

View File

@ -258,6 +258,16 @@ for local Whisper and embeddings.
- Description: Specifies the SSL assert fingerprint to use.
- Persistence: This environment variable is a `PersistentConfig` variable.
#### `DEFAULT_PROMPT_SUGGESTIONS`
- Type: `list` of `dict`
- Default: `[]` (which means to use the built-in default prompt suggestions)
- Description: List of prompt suggestions. The format for prompt suggestions are:
```json
[{"title": ["Title part 1", "Title part 2"], "content": "prompt"}]
```
### AIOHTTP Client
#### `AIOHTTP_CLIENT_TIMEOUT`