Skip to content

Commit

Permalink
Update readme (sashabaranov#236)
Browse files Browse the repository at this point in the history
* Update readme

* update ci names
  • Loading branch information
sashabaranov committed Apr 8, 2023
1 parent 226ff32 commit 89219e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: PR sanity check
name: Sanity check

on:
- push
- pull_request

jobs:
prcheck:
name: PR sanity check
name: Sanity check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Go OpenAI
[![GoDoc](http://img.shields.io/badge/GoDoc-Reference-blue.svg)](https://godoc.org/github.com/sashabaranov/go-openai)
[![Go Reference](https://pkg.go.dev/badge/github.com/sashabaranov/go-openai.svg)](https://pkg.go.dev/github.com/sashabaranov/go-openai)
[![Go Report Card](https://goreportcard.com/badge/github.com/sashabaranov/go-openai)](https://goreportcard.com/report/github.com/sashabaranov/go-openai)
[![codecov](https://codecov.io/gh/sashabaranov/go-openai/branch/master/graph/badge.svg?token=bCbIfHLIsW)](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
Expand Down

0 comments on commit 89219e3

Please sign in to comment.