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

Save responses from multiple LLMs #205

Open tubamos opened 2 weeks ago

tubamos commented 2 weeks ago

Notes

This is basically an extention to issue 149 which is tasked to save the conversation from the user when they interact with one LLM.

In the current one we are seeking to extend the saving functionality to the responses of all the LLMs that are activated by the user via the selection checkbox.

Dependencies

Domain

app backend app frontend

Description

Add functionality to the existing save button in the app to export responses from multiple LLMs simultaneously. When more than one LLMs have been selected in the dropdown and responses have been generated by all of them, by pressing the save button on the top bar, all the responses get to be saved / exported to a txt file (or several txt files, IP will clarify preference).

User Story

Acceptance Criteria

Definition of Done