6 lines
214 B
Go
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"
|
|
)
|