vibe-proxy/backend/internal/translator/init.go
2026-08-27 15:02:32 +02:00

6 lines
214 B
Go

package translator
import (
_ "github.com/router-for-me/CLIProxyAPI/v7/internal/translator/codex/openai/chat-completions"
_ "github.com/router-for-me/CLIProxyAPI/v7/internal/translator/codex/openai/responses"
)