Merge pull request #135 from veinkr/main

Update README.md link still point legacy url
This commit is contained in:
Michael Yang
2024-05-08 13:13:15 -07:00
committed by GitHub
+2 -2
View File
@@ -1,6 +1,6 @@
# Ollama Python Library # 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 ## Prerequisites
@@ -58,7 +58,7 @@ for chunk in stream:
## API ## 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 ### Chat