From 4654435f48be4c4ffd6ddd65e6f02108cf87ba8c Mon Sep 17 00:00:00 2001 From: Zander Lewis Date: Sat, 27 Apr 2024 08:36:26 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2864917..20a561e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Ollama Python Library +[![publish](https://github.com/ollama/ollama-python/actions/workflows/publish.yaml/badge.svg?branch=main)](https://github.com/ollama/ollama-python/actions/workflows/publish.yaml) +[![test](https://github.com/ollama/ollama-python/actions/workflows/test.yaml/badge.svg)](https://github.com/ollama/ollama-python/actions/workflows/test.yaml) + The Ollama Python library provides the easiest way to integrate Python 3.8+ projects with [Ollama](https://github.com/jmorganca/ollama). ## Install