ollama/examples/langchain-web-summary/README.md
2023-08-10 20:23:50 -07:00

15 lines
148 B
Markdown

# LangChain Web Summarization
This example summarizes a website
## Setup
```
pip install -r requirements.txt
```
## Run
```
python main.py
```