From 82dc9be7cd3d80639be0a185075dd7562f5b6ebf Mon Sep 17 00:00:00 2001 From: Tanner Kvarfordt Date: Sun, 18 Dec 2022 01:01:12 -0700 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 655b1c0..9c64a8b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Unit Tests](https://github.com/TannerKvarfordt/gopenai/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/TannerKvarfordt/gopenai/actions/workflows/unit-tests.yml) [![CodeQL](https://github.com/TannerKvarfordt/gopenai/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/TannerKvarfordt/gopenai/actions/workflows/codeql.yml) +[![Go Report Card](https://goreportcard.com/badge/github.com/TannerKvarfordt/gopenai)](https://goreportcard.com/report/github.com/TannerKvarfordt/gopenai) +[![Go Reference](https://pkg.go.dev/badge/github.com/TannerKvarfordt/gopenai.svg)](https://pkg.go.dev/github.com/TannerKvarfordt/gopenai) Go (Golang) bindings for the [OpenAI API](https://beta.openai.com/docs/api-reference/introduction). This library is community maintained and unofficial.