We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22da8a commit e19b074Copy full SHA for e19b074
README.md
@@ -14,7 +14,7 @@ This library provides unofficial Go clients for [OpenAI API](https://platform.op
14
```
15
go get github.com/sashabaranov/go-openai
16
17
-
+Currently, go-openai requires Go version 1.18 or greater.
18
19
### ChatGPT example usage:
20
@@ -554,4 +554,4 @@ These tests send real network traffic to the OpenAI API and may reach rate limit
554
OPENAI_TOKEN=XXX go test -v -tags=integration ./api_integration_test.go
555
556
557
-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 commit comments