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

Multiple llm selection menu & chat UI integration #212

Conversation

lukas-varga
Copy link
Contributor

Co-authored by: Eloi Sandt [email protected]

eloinoel and others added 12 commits June 20, 2024 13:22
Dynamically display it inside app, update chat data on firebase using useUpdateChat() Co-authored by: Lukas Varga <[email protected]>

Signed-off-by: Eloi Sandt <[email protected]>
…p only frontend cause backend is tightly connected, it works, but first some chat from drawer must be selected, in Firebase instead of one model there is array list of string for models. I also tried to fix saving chat history, but still need to tackle some Write permoission for user directory but essentialy its saving content somewhere in the root.
Co-authored by: Lukas Varga <[email protected]>--signoff
also covered cases for undefined responses from server Co-authored by: Lukas Varga <[email protected]>

Signed-off-by: Eloi Sandt <[email protected]>
…usly---frontend' of https://github.com/amosproj/amos2024ss06-health-ai-framework into 204-query-and-display-multiple-llm-responses-simultaneously---frontend
…usly---frontend' of https://github.com/amosproj/amos2024ss06-health-ai-framework into 204-query-and-display-multiple-llm-responses-simultaneously---frontend
@lukas-varga lukas-varga added the release: feature Label for feature related tasks (for SDs) label Jun 25, 2024
@lukas-varga lukas-varga added this to the Part C: Mobile app milestone Jun 25, 2024
@lukas-varga lukas-varga requested a review from eloinoel June 25, 2024 17:43
@lukas-varga lukas-varga linked an issue Jun 25, 2024 that may be closed by this pull request
8 tasks
@lukas-varga lukas-varga self-assigned this Jun 25, 2024
Copy link

🚀 Checkout Instructions

git fetch origin
git checkout 204-query-and-display-multiple-llm-responses-simultaneously---frontend

Happy Coding!

@lukas-varga lukas-varga linked an issue Jun 25, 2024 that may be closed by this pull request
11 tasks
Copy link
Contributor

@eloinoel eloinoel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code quality is top notch.
image

@eloinoel eloinoel merged commit 11e0b9f into main Jun 25, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: feature Label for feature related tasks (for SDs)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement multiselect option for LLM selection dropdown Integrate chat in the main app
2 participants