From 331597eb0ec801214612ac898cd14e79f088541c Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Tue, 11 Apr 2023 20:25:49 +0200 Subject: [PATCH] docs: Add badge of unit tests status --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5a6a44e..08b2ea72 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ![GitHub Repo stars](https://img.shields.io/github/stars/Torantulino/auto-gpt?style=social) ![Twitter Follow](https://img.shields.io/twitter/follow/siggravitas?style=social) [![](https://dcbadge.vercel.app/api/server/PQ7VX6TY4t?style=flat)](https://discord.gg/PQ7VX6TY4t) +[![Unit Tests](https://github.com/drikusroor/Auto-GPT/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/drikusroor/Auto-GPT/actions/workflows/unit_tests.yml) Auto-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. This program, driven by GPT-4, chains together LLM "thoughts", to autonomously achieve whatever goal you set. As one of the first examples of GPT-4 running fully autonomously, Auto-GPT pushes the boundaries of what is possible with AI.