go-llm/go.mod

9 lines
162 B
Modula-2
Raw Normal View History

2024-10-06 21:02:26 -04:00
module gitea.stevedudenhoeffer.com/steve/go-llm
2024-10-06 20:01:01 -04:00
go 1.23.1
require (
2024-10-06 21:02:26 -04:00
github.com/liushuangls/go-anthropic/v2 v2.8.0
github.com/sashabaranov/go-openai v1.31.0
2024-10-06 20:01:01 -04:00
)