Skip to content

Commit 89219e3

Browse files
authored
Update readme (#236)
* Update readme * update ci names
1 parent 226ff32 commit 89219e3

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: PR sanity check
1+
name: Sanity check
22

33
on:
44
- push
55
- pull_request
66

77
jobs:
88
prcheck:
9-
name: PR sanity check
9+
name: Sanity check
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Go OpenAI
2-
[![GoDoc](http://img.shields.io/badge/GoDoc-Reference-blue.svg)](https://godoc.org/github.com/sashabaranov/go-openai)
2+
[![Go Reference](https://pkg.go.dev/badge/github.com/sashabaranov/go-openai.svg)](https://pkg.go.dev/github.com/sashabaranov/go-openai)
33
[![Go Report Card](https://goreportcard.com/badge/github.com/sashabaranov/go-openai)](https://goreportcard.com/report/github.com/sashabaranov/go-openai)
44
[![codecov](https://codecov.io/gh/sashabaranov/go-openai/branch/master/graph/badge.svg?token=bCbIfHLIsW)](https://codecov.io/gh/sashabaranov/go-openai)
55

6-
> **Note**: the repository was recently renamed from `go-gpt3` to `go-openai`
7-
86
This library provides Go clients for [OpenAI API](https://platform.openai.com/). We support:
97

108
* ChatGPT

0 commit comments

Comments
 (0)