Skip to content

Commit

Permalink
docs: add requires go version in README.md (sashabaranov#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Jun 21, 2023
1 parent f22da8a commit e19b074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This library provides unofficial Go clients for [OpenAI API](https://platform.op
```
go get github.com/sashabaranov/go-openai
```

Currently, go-openai requires Go version 1.18 or greater.

### ChatGPT example usage:

Expand Down Expand Up @@ -554,4 +554,4 @@ These tests send real network traffic to the OpenAI API and may reach rate limit
OPENAI_TOKEN=XXX go test -v -tags=integration ./api_integration_test.go
```

If `OPENAI_TOKEN` environment variables are not available, integration tests will be skipped.
If `OPENAI_TOKEN` environment variables are not available, integration tests will be skipped.

0 comments on commit e19b074

Please sign in to comment.