nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
70.99k stars 7.72k forks source link

Introduce Configurable Initial Instruction for Customizing Chat Behavior #2899

Closed Mukku27 closed 3 months ago

Mukku27 commented 3 months ago

Title: Introduce Configurable Initial Instruction for Customizing Chat Behavior


Environment:


Issue Description: In many use cases, the ability to define an initial instruction or context for a chatbot at the start of each session is crucial for tailoring interactions to specific needs. Currently, there is no straightforward way to inject a default contextual setup or behavior guide that the model will adhere to across all sessions.


Proposed Feature:


Benefits:


Implementation Considerations:


Next Steps:


Attachments:


cosmic-snow commented 3 months ago

Hi, not sure how you envision this, or why you think that is not currently implemented already. But have a look at System Prompt and maybe also Prompt Template in the models settings.

If you want several different presets per model, that's what the Clone button is for.

Also, is that request LLM generated? Sounds very artificial.