Direct openai client, clean up deps and errors
This commit is contained in:
13
go.mod
13
go.mod
@@ -1,16 +1,3 @@
|
||||
module github.com/gopatchy/p
|
||||
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/openai/openai-go v0.1.0-alpha.38
|
||||
github.com/samber/lo v1.47.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/tidwall/gjson v1.14.4 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/tidwall/sjson v1.2.5 // indirect
|
||||
golang.org/x/text v0.16.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user