Make ChatGPT reliably use command line tool

This commit is contained in:
Ole Morud
2023-05-26 23:39:39 +02:00
parent 90dce3e8e4
commit c3f05ced14
4 changed files with 96 additions and 22 deletions

7
go.mod
View File

@@ -2,4 +2,9 @@ module github.com/olemorud/chatgpt-cli/v2
go 1.18
require github.com/sashabaranov/go-openai v1.9.4
require (
github.com/chzyer/readline v1.5.1
github.com/sashabaranov/go-openai v1.9.4
)
require golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect