Skip to content

Commit 00eafed

Browse files
authored
Merge pull request #135 from veinkr/main
Update README.md link still point legacy url
2 parents a8cb34e + fed2b2e commit 00eafed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ollama Python Library
22

3-
The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/jmorganca/ollama).
3+
The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/ollama/ollama).
44

55
## Prerequisites
66

@@ -58,7 +58,7 @@ for chunk in stream:
5858

5959
## API
6060

61-
The Ollama Python library's API is designed around the [Ollama REST API](https://github.com/jmorganca/ollama/blob/main/docs/api.md)
61+
The Ollama Python library's API is designed around the [Ollama REST API](https://github.com/ollama/ollama/blob/main/docs/api.md)
6262

6363
### Chat
6464

0 commit comments

Comments
 (0)