mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
feat(ui): Allows User to Set System Prompt via "Additional Options" in Chat Interface (#1353)
This commit is contained in:
parent
a072a40a7c
commit
145f3ec9f4
5 changed files with 110 additions and 18 deletions
|
|
@ -39,7 +39,7 @@ llm:
|
|||
openai:
|
||||
api_key: <your_openai_api_key> # You could skip this configuration and use the OPENAI_API_KEY env var instead
|
||||
model: <openai_model_to_use> # Optional model to use. Default is "gpt-3.5-turbo"
|
||||
# Note: Open AI Models are listed here [here](https://platform.openai.com/docs/models)
|
||||
# Note: Open AI Models are listed here: https://platform.openai.com/docs/models
|
||||
```
|
||||
|
||||
And run PrivateGPT loading that profile you just created:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue