2025-02-13 10:01:41 +08:00

24 lines
481 B
Markdown

# 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
```bash
pipenv install
```
## Usage
1. Set the `OPENAI_API_KEY`, `WANDB_API_KEY`, `GOOGLE_API_KEY`, and `LANGSMITH_API_KEY` environment variables in `config.py`.
2. Run the `main.py` file:
```bash
pipenv run python main.py
```