feat: LuaJIT worker-pool VM, multimodal/disable-thinking passthrough, WebUI redesign, DeepSeek V4

This commit is contained in:
root
2026-08-07 13:34:16 +08:00
parent a0e6e6da90
commit ccbcede581
16 changed files with 1733 additions and 425 deletions

2
go.mod
View File

@ -3,6 +3,6 @@ module llmsproxy
go 1.25.0
require (
github.com/yuin/gopher-lua v1.1.2
github.com/aarzilli/golua v0.0.0-20250217091409-248753f411c4
gopkg.in/yaml.v3 v3.0.1
)