Update README.md
This commit is contained in:
parent
950f636d64
commit
8ed22f5d72
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -189,6 +189,11 @@ ollama list
|
||||||
|
|
||||||
`ollama serve` is used when you want to start ollama without running the desktop application.
|
`ollama serve` is used when you want to start ollama without running the desktop application.
|
||||||
|
|
||||||
|
## Libraries
|
||||||
|
|
||||||
|
- [ollama-python](https://github.com/ollama/ollama-python)
|
||||||
|
- [ollama-js](https://github.com/ollama/ollama-js)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Install `cmake` and `go`:
|
Install `cmake` and `go`:
|
||||||
|
@ -248,11 +253,6 @@ curl http://localhost:11434/api/chat -d '{
|
||||||
|
|
||||||
See the [API documentation](./docs/api.md) for all endpoints.
|
See the [API documentation](./docs/api.md) for all endpoints.
|
||||||
|
|
||||||
## Integrations
|
|
||||||
|
|
||||||
- [ollama-python](https://github.com/ollama/ollama-python)
|
|
||||||
- [ollama-js](https://github.com/ollama/ollama-js)
|
|
||||||
|
|
||||||
## Community Integrations
|
## Community Integrations
|
||||||
|
|
||||||
### Web & Desktop
|
### Web & Desktop
|
||||||
|
|
Loading…
Reference in a new issue