ollama/examples/langchain-web-summary/README.md

16 lines
148 B
Markdown
Raw Normal View History

2023-08-09 18:49:22 +00:00
# LangChain Web Summarization
This example summarizes a website
## Setup
```
pip install -r requirements.txt
```
## Run
```
python main.py
```