4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: PR sanity check
|
||||
name: Sanity check
|
||||
|
||||
on:
|
||||
- push
|
||||
@@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
prcheck:
|
||||
name: PR sanity check
|
||||
name: Sanity check
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
# Go OpenAI
|
||||
[](https://godoc.org/github.com/sashabaranov/go-openai)
|
||||
[](https://pkg.go.dev/github.com/sashabaranov/go-openai)
|
||||
[](https://goreportcard.com/report/github.com/sashabaranov/go-openai)
|
||||
[](https://codecov.io/gh/sashabaranov/go-openai)
|
||||
|
||||
> **Note**: the repository was recently renamed from `go-gpt3` to `go-openai`
|
||||
|
||||
This library provides Go clients for [OpenAI API](https://platform.openai.com/). We support:
|
||||
|
||||
* ChatGPT
|
||||
|
||||
Reference in New Issue
Block a user