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.
1 parent e403d74 commit fed2b2eCopy full SHA for fed2b2e
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
## Install
6
@@ -40,7 +40,7 @@ for chunk in stream:
40
41
## API
42
43
-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)
44
45
### Chat
46
0 commit comments