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

fixing chat history #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fixing chat history #2

wants to merge 1 commit into from

Conversation

wayruben
Copy link
Collaborator

{
"messages": [],
"response": {
"role": "whateverRole",
"content": "the actual response string"
}
}

it is for the plug/template chat to manage properly messages array so it will fit into LLM context.
In chat we simply return it as received.

Important: messages is an actual array with messages objects, objects that DO NOT have same structure between different LLM's hence when main chat LLM changes we need to clear history

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

Successfully merging this pull request may close these issues.

1 participant