From e19b074a114a5add5f005911668d0cda8476a908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=A1=E9=82=89=E7=A5=90=E4=B8=80=20/=20Yuichi=20Watana?= =?UTF-8?q?be?= Date: Wed, 21 Jun 2023 23:53:15 +0900 Subject: [PATCH] docs: add requires go version in README.md (#397) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a72623..5f166dc 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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. \ No newline at end of file +If `OPENAI_TOKEN` environment variables are not available, integration tests will be skipped.