mirror of
https://github.com/keven1024/015.git
synced 2026-06-07 21:04:33 +00:00
feat(worker): implement multi-provider text translation service with Google, Microsoft, and custom LLM support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user