From eaa5a396d9db63aeddbfc1192a08e03b4bc3eac0 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 23 Jan 2024 16:08:15 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 30deae5d..73af9d55 100644 --- a/README.md +++ b/README.md @@ -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. +### Libraries + +- [ollama-python](https://github.com/ollama/ollama-python) +- [ollama-js](https://github.com/ollama/ollama-js) + ## Quickstart To run and chat with [Llama 2](https://ollama.ai/library/llama2): @@ -189,11 +194,6 @@ ollama list `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 Install `cmake` and `go`: