mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-06-24 14:57:46 +08:00
feat(service): add XAIExecutor to home executors registration
This commit is contained in:
@@ -1193,6 +1193,7 @@ func (s *Service) registerHomeExecutors() {
|
||||
s.coreManager.RegisterExecutor(executor.NewAIStudioExecutor(s.cfg, "", s.wsGateway))
|
||||
s.coreManager.RegisterExecutor(executor.NewAntigravityExecutor(s.cfg))
|
||||
s.coreManager.RegisterExecutor(executor.NewKimiExecutor(s.cfg))
|
||||
s.coreManager.RegisterExecutor(executor.NewXAIExecutor(s.cfg))
|
||||
s.coreManager.RegisterExecutor(executor.NewOpenAICompatExecutor("openai-compatibility", s.cfg))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user