diff --git a/openai-gateway/openai-gateway-core/src/commonMain/kotlin/com/tddworks/openai/gateway/di/Koin.kt b/openai-gateway/openai-gateway-core/src/commonMain/kotlin/com/tddworks/openai/gateway/di/Koin.kt index d031a74..f8a4015 100644 --- a/openai-gateway/openai-gateway-core/src/commonMain/kotlin/com/tddworks/openai/gateway/di/Koin.kt +++ b/openai-gateway/openai-gateway-core/src/commonMain/kotlin/com/tddworks/openai/gateway/di/Koin.kt @@ -72,6 +72,7 @@ fun openAIGatewayModules(providers: List) = module { fun openAIGatewayModules() = module { single { listOf( + DefaultOpenAIProvider(config = get()), AnthropicOpenAIProvider(config = get()), OllamaOpenAIProvider(config = get()), GeminiOpenAIProvider(