We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8cb34e + fed2b2e commit 00eafedCopy full SHA for 00eafed
README.md
@@ -1,6 +1,6 @@
1
# Ollama Python Library
2
3
-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).
4
5
## Prerequisites
6
@@ -58,7 +58,7 @@ for chunk in stream:
58
59
## API
60
61
-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)
62
63
### Chat
64
0 commit comments