Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Allow for Persistent, User-Defined Starting Chat History #1703

Open
knuurr opened this issue Dec 21, 2024 · 1 comment
Open

[Feature] Allow for Persistent, User-Defined Starting Chat History #1703

knuurr opened this issue Dec 21, 2024 · 1 comment

Comments

@knuurr
Copy link

knuurr commented Dec 21, 2024

Problem Description

In some scenarios it is useful to manually craft beginning chat history, to give model better idea of how to respond properly , i.e when achieving certain formatting or wording is critical.

This is not always possible to achieve using only crafted system prompt. Injecting custom, artifical history is sometimes (in my opinion often) quicker and more robust way to give model an idea of what "good" response is, or what a "bad" response might be.

Proposed Solution
Allow to define per-chat starting artificial chat history, which could also survive "Clear All Messages" purge. This is simmilar to how bundled example chats are shipped with Chatbox, but I also focus specifically on surviving any history clearing attempt (sometimes I need to clear chat history).

Additional Context
None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@knuurr and others