Direct openai client, clean up deps and errors

This commit is contained in:
Ian Gulliver
2024-11-26 14:37:24 -06:00
parent c40777b689
commit 0b6e729706
5 changed files with 113 additions and 47 deletions

13
go.mod
View File

@@ -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
)