From 64c0048394eaf7defd8a02b02667539da6962e0d Mon Sep 17 00:00:00 2001 From: sashabaranov <677093+sashabaranov@users.noreply.github.com> Date: Wed, 16 Dec 2020 15:12:39 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c0b3702..39204ba 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ [OpenAI GPT-3](https://beta.openai.com/) API wrapper for Go +Installation: +``` +go get github.com/sashabaranov/go-gpt3 +``` + Example usage: