Merge pull request #513 from jarrod-lowe/suggestions
Some checks are pending
Deploy site to Pages / build (push) Waiting to run
Deploy site to Pages / deploy (push) Blocked by required conditions

Default prompt suggestions environment variable
This commit is contained in:
Tim Jaeryang Baek 2025-05-05 23:36:49 +04:00 committed by GitHub
commit a1ca379209
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -264,6 +264,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`