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: multi-LLM chat #147

Closed
massi-ang opened this issue Oct 26, 2023 · 1 comment · Fixed by #148
Closed

Feature: multi-LLM chat #147

massi-ang opened this issue Oct 26, 2023 · 1 comment · Fixed by #148
Assignees
Labels
enhancement New feature or request

Comments

@massi-ang
Copy link
Collaborator

Allow for chatting with multiple LLMs at the same time. The functionality allow sending the same user query to multiple chat sessions, each with its own LLM configuration.
Each session maintains its own message history, which can be later on retrieved in a single chat playground.
Allows for up to 4 simultaneous chat sessions using a single retriever.

This feature enables

@massi-ang massi-ang added the enhancement New feature or request label Oct 26, 2023
@massi-ang massi-ang self-assigned this Oct 26, 2023
@portisto
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants