Skip to content

Commit e19b074

Browse files
authored
docs: add requires go version in README.md (#397)
1 parent f22da8a commit e19b074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This library provides unofficial Go clients for [OpenAI API](https://platform.op
1414
```
1515
go get github.com/sashabaranov/go-openai
1616
```
17-
17+
Currently, go-openai requires Go version 1.18 or greater.
1818

1919
### ChatGPT example usage:
2020

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

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

0 commit comments

Comments
 (0)