Initial commit.

This commit is contained in:
olemorud
2023-05-26 17:47:36 +02:00
committed by Ole Morud
commit 90dce3e8e4
5 changed files with 168 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/olemorud/chatgpt-cli/v2
go 1.18
require github.com/sashabaranov/go-openai v1.9.4