mirror of
https://github.com/open-webui/docs
synced 2025-05-20 11:18:42 +00:00
Merge pull request #513 from jarrod-lowe/suggestions
Default prompt suggestions environment variable
This commit is contained in:
commit
a1ca379209
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user