diff --git a/README.md b/README.md index a65f245..0ef5005 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ollama Python Library -The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/jmorganca/ollama). +The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/ollama/ollama). ## Prerequisites @@ -58,7 +58,7 @@ for chunk in stream: ## API -The Ollama Python library's API is designed around the [Ollama REST API](https://github.com/jmorganca/ollama/blob/main/docs/api.md) +The Ollama Python library's API is designed around the [Ollama REST API](https://github.com/ollama/ollama/blob/main/docs/api.md) ### Chat