2024-09-07 23:13:36 +08:00
|
|
|
module apigo.cc/ai/openai
|
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
require (
|
2024-10-25 16:04:36 +08:00
|
|
|
apigo.cc/ai/llm v0.0.4
|
2024-09-07 23:13:36 +08:00
|
|
|
github.com/sashabaranov/go-openai v1.29.1
|
|
|
|
github.com/ssgo/log v1.7.7
|
2024-10-25 16:04:36 +08:00
|
|
|
github.com/ssgo/u v1.7.9
|
2024-09-07 23:13:36 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-10-25 16:04:36 +08:00
|
|
|
github.com/ssgo/config v1.7.8 // indirect
|
2024-09-07 23:13:36 +08:00
|
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|