translation endpoint!

This commit is contained in:
Daniel Goc
2026-03-12 17:46:59 +01:00
parent 098f559b5f
commit db921a7e78
10 changed files with 400 additions and 175 deletions

8
go.mod
View File

@@ -14,6 +14,13 @@ require (
gorm.io/gorm v1.31.1
)
require (
github.com/tidwall/gjson v1.18.0 // 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
)
require (
cloud.google.com/go/compute/metadata v0.9.0 // indirect
dario.cat/mergo v1.0.2 // indirect
@@ -46,6 +53,7 @@ require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/onsi/gomega v1.39.1 // indirect
github.com/openai/openai-go/v3 v3.26.0
github.com/philhofer/fwd v1.2.0 // indirect
github.com/pjbgf/sha1cd v0.5.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect