From fed2b2ee02cf06eb9a8b0b254fc00b3ce10cb391 Mon Sep 17 00:00:00 2001 From: Demon Finch Date: Sat, 27 Apr 2024 13:07:34 +0800 Subject: [PATCH] Update README.md link still point legacy url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2864917..e9eeb90 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). ## Install @@ -40,7 +40,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