From 8aee791183b8b624fd3b56c3ece8cebb340c0233 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 6 Mar 2023 12:16:53 +0900 Subject: [PATCH] Unify badge colors --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0190bd..57b9110 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![codecov](https://codecov.io/gh/code-yeongyu/AiShell/branch/master/graph/badge.svg?token=MR72XGUQWJ)](https://codecov.io/gh/code-yeongyu/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) -[![Downloads](https://static.pepy.tech/personalized-badge/aishell?period=month&units=international_system&left_color=grey&right_color=green&left_text=Downloads)](https://pepy.tech/project/aishell) +[![Downloads](https://static.pepy.tech/personalized-badge/aishell?period=month&units=international_system&left_color=grey&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/aishell) A simple Python code that connects to OpenAI's ChatGPT and executes the returned results.