mirror of
https://github.com/ollama/ollama-python.git
synced 2026-09-15 15:29:54 +00:00
Merge pull request #135 from veinkr/main
Update README.md link still point legacy url
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user