Unverified Commit eaa5a396 authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

Update README.md

parent 8ed22f5d
...@@ -31,6 +31,11 @@ curl https://ollama.ai/install.sh | sh ...@@ -31,6 +31,11 @@ curl https://ollama.ai/install.sh | sh
The official [Ollama Docker image](https://hub.docker.com/r/ollama/ollama) `ollama/ollama` is available on Docker Hub. The official [Ollama Docker image](https://hub.docker.com/r/ollama/ollama) `ollama/ollama` is available on Docker Hub.
### Libraries
- [ollama-python](https://github.com/ollama/ollama-python)
- [ollama-js](https://github.com/ollama/ollama-js)
## Quickstart ## Quickstart
To run and chat with [Llama 2](https://ollama.ai/library/llama2): To run and chat with [Llama 2](https://ollama.ai/library/llama2):
...@@ -189,11 +194,6 @@ ollama list ...@@ -189,11 +194,6 @@ 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`:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment