File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- name : PR sanity check
1
+ name : Sanity check
2
2
3
3
on :
4
4
- push
5
5
- pull_request
6
6
7
7
jobs :
8
8
prcheck :
9
- name : PR sanity check
9
+ name : Sanity check
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
# 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 )
3
3
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/sashabaranov/go-openai )] ( https://goreportcard.com/report/github.com/sashabaranov/go-openai )
4
4
[ ![ codecov] ( https://codecov.io/gh/sashabaranov/go-openai/branch/master/graph/badge.svg?token=bCbIfHLIsW )] ( https://codecov.io/gh/sashabaranov/go-openai )
5
5
6
- > ** Note** : the repository was recently renamed from ` go-gpt3 ` to ` go-openai `
7
-
8
6
This library provides Go clients for [ OpenAI API] ( https://platform.openai.com/ ) . We support:
9
7
10
8
* ChatGPT
You can’t perform that action at this time.
0 commit comments