WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.49k stars 325 forks source link

Prompt Customization #188

Open Arvi65 opened 1 year ago

Arvi65 commented 1 year ago

Is there a way I can customize the prompt that is used with the API to use my own prompt?

gbytedev commented 1 year ago

Apparently not - the prompt functionality seems to only paste the customized prompts into the chat input field. Sending these prompts as system prompts is a feature I'd like to see implemented as well.

Adhana952 commented 1 year ago

@Arvi65 , Can you share an example or elaborate on the use case better? Thanks

Arvi65 commented 1 year ago

@Adhana952 You know how the app uses the chat api from openai? There's a system role I want to customize to give the ai some knowledge and how to answer the user.