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] Save LLM advice to persistent database #51

Open
3 tasks
givemethatsewon opened this issue Nov 26, 2024 · 0 comments
Open
3 tasks

[FEATURE] Save LLM advice to persistent database #51

givemethatsewon opened this issue Nov 26, 2024 · 0 comments
Assignees

Comments

@givemethatsewon
Copy link
Member

📋 Description

Add functionality to save responses generated by the LLM (Large Language Model) to a database for future retrieval or analysis.


✔️ Checklist

  1. Database Design
    • modify table to store LLM advice with fields if needed
  2. Backend Logic
    • Update the backend logic to save the LLM response after it’s generated.
  3. API Integration
    • update an API endpoint to fetch stored advice, optionally with filtering (e.g., by timestamp or query).
@givemethatsewon givemethatsewon self-assigned this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant