From 06552f757de211fb8bb7aa1454565f10ae9af6ff Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 21 Feb 2023 18:14:38 +0900 Subject: [PATCH] Add `PyPI` badges to `README.md` --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ac11ef..2e0616c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # AiShell 🤖 +[![Release Package to PyPI](https://github.com/code-yeongyu/AiShell/actions/workflows/release.yml/badge.svg)](https://github.com/code-yeongyu/AiShell/actions/workflows/release.yml) +[![PyPI version](https://badge.fury.io/py/aishell.svg)](https://badge.fury.io/py/aishell) + + A simple Python code that connects to OpenAI's ChatGPT and executes the returned results. ## Key Features 💡