route-claudecode
Version:
Advanced routing and transformation system for Claude Code outputs to multiple AI providers
9 lines • 364 B
TypeScript
/**
* OpenAI-Compatible Provider Module
* 遵循六层清晰架构和零硬编码原则
* 项目所有者: Jason Zhang
*/
export { UnifiedOpenAIClient } from './unified-client';
export { OpenAIClientFactory, OpenAIClientConfig, createOpenAIClient } from './client-factory';
export { OpenAICompatibleClient } from './client';
//# sourceMappingURL=index.d.ts.map