Update README.md with ollama command change for llama3

This commit is contained in:
Mert Cobanov 2024-05-01 19:40:14 +03:00
parent cb4f7b8e5d
commit 97c6189ba9

View File

@ -7,7 +7,7 @@ A Python script designed to summarize webpages from specified URLs using the Lan
[ollama](https://ollama.com/) must be installed and served
```bash
ollama run llama3
ollama run llama3:instruct
```
```bash