Private
Public Access
1
0

Initial prototype

This commit is contained in:
2023-10-30 21:23:07 +00:00
parent 61c1ee106e
commit c35967f797
5 changed files with 228 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module git.mlow.ca/mlow/lmcli
go 1.19
require (
github.com/sashabaranov/go-openai v1.16.0
github.com/spf13/cobra v1.7.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)