You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fulfill the fundamental requirement of comparing responses coming from multiple LLMs, we can implement the display of parallel chat bubbles, one for each response from a different LLM.
The chat bubbles with responses that will be created will be as many as the number of LLMs that have been selected using the checkbox in the dropdown.
Example
OpenAI has a similar UI in the web interface where there are two simultaneus responses produced that let the user select which is the best one. We could implement it in a similar way but for responses coming from different LLMs altogether.
Alternative:
Integrate multiple responses in the same chat response bubble.
tubamos
changed the title
Develop components for displaying multiple LLM responses
Query and display multiple LLM responses simultaneously - frontend
Jun 19, 2024
tubamos
added
the
to edit
items that need a bit more work probably after some sicussion has been made about them
label
Jun 19, 2024
tubamos
removed
domain: po
Items that are related to Product Owner Tasks
to edit
items that need a bit more work probably after some sicussion has been made about them
labels
Jun 21, 2024
Dependencies
Domain
app frontend
Description
To fulfill the fundamental requirement of comparing responses coming from multiple LLMs, we can implement the display of parallel chat bubbles, one for each response from a different LLM.
The chat bubbles with responses that will be created will be as many as the number of LLMs that have been selected using the checkbox in the dropdown.
Example
OpenAI has a similar UI in the web interface where there are two simultaneus responses produced that let the user select which is the best one. We could implement it in a similar way but for responses coming from different LLMs altogether.
Alternative:
Integrate multiple responses in the same chat response bubble.
Resources
This might be relevant to the horizontal scrolling
https://www.youtube.com/watch?v=cdP210MwnLw
This might be relavant to the implementation in a single bubble:
https://www.cometchat.com/docs/ui-kit/react-native/interactive-card-bubble
User Story
Acceptance Criteria
Definition of Done
The text was updated successfully, but these errors were encountered: