feat(worker): implement multi-provider text translation service with Google, Microsoft, and custom LLM support

This commit is contained in:
keven1024
2026-04-07 08:44:33 +08:00
parent f8b5b82179
commit 3f5f8b3c97
8 changed files with 397 additions and 1 deletions

View File

@@ -2,7 +2,10 @@ module pkg/models
go 1.25.5
require github.com/redis/rueidis v1.0.73
require (
github.com/redis/rueidis v1.0.73
github.com/spf13/cast v1.10.0
)
require (
golang.org/x/net v0.52.0 // indirect