This commit is contained in:
2026-08-13 18:54:34 +08:00
parent 3288df482e
commit 7b03f54bb5
6 changed files with 235 additions and 2 deletions
+12
View File
@@ -1,3 +1,15 @@
module myaibot
go 1.26.4
require (
github.com/openai/openai-go v1.12.0
gopkg.in/yaml.v3 v3.0.1
)
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
)