using openai api is a little expensive to generate ,can add support for local llama ....
Contributor guide
Tech stack
python
Domain
machine learningaibackend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
4
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
active
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
Knowledge of LLMsLocal llama setupPython experience
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
20
Research direction
Review existing LLM integrations in the codebase to understand the API abstraction. Look for any PRs or discussions about local model support. Check if there are environment variables or configuration options for model backends. Consider suggesting an architecture that allows swapping between OpenAI and local llama with minimal changes.