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