Files
llm-proxy-go/go.mod

8 lines
133 B
Modula-2

module hatter.me/tools/llm-proxy
go 1.24.3
require github.com/joho/godotenv v1.5.1
require github.com/pelletier/go-toml/v2 v2.3.0