mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 13:23:23 +08:00
LLM Project Template
This template provides a starting point for building LLM-powered applications with Langchain, AI Agents, RAG, Summarization, Question-Answering with SQL, and LLMOps.
Requirements
- Python 3.9+
- Pipenv
Installation
pipenv install
Usage
- Set the
OPENAI_API_KEY,WANDB_API_KEY,GOOGLE_API_KEY, andLANGSMITH_API_KEYenvironment variables inconfig.py. - Run the
main.pyfile:
pipenv run python main.py