amosproj / amos2024ss06-health-ai-framework

Ailixir is an application that utilises LLMs and custom user input to generate AI agent prototypes specialised in fields such as health, economics, physics etc. The prototypes enable the user, which is an entrepreneur-developer, to compare the results produced by different LLMs.
MIT License
7 stars 1 forks source link

Query and display multiple LLM responses simultaneously - backend #208

Open tubamos opened 3 months ago

tubamos commented 3 months ago

Dependencies

This is the backend brother of the frontend task:

Both of them also rely on:

Domain

app backend

Description

The user wants to compare the answers from multiple LLMs. To facilitate this we could send each query into more thatn one LLMs simultaneously. We can do that by allowing the user to select each LLMs of those available in tha app, their query can be sent to. Task #204 which is the fronted task for this task will implement a checkbox inside the dropdown which will allow the user to select the LLMs. After the user has selected the active LLMs and they make a query, this query shoudl be fed to all LLMs and their answers should be parsed and presented in parallel to the frontend caht bubble compoents that are build in #204.

This task requires collaboration with the person building task #204

User Story

Acceptance Criteria

Definition of Done