We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4675731 commit 849a6f5Copy full SHA for 849a6f5
packages/sdk/server-ai/src/ldai/providers/ai_provider_factory.py
@@ -16,7 +16,6 @@
16
# Type representing the supported AI providers
17
SupportedAIProvider = Literal['langchain']
18
19
-
20
class AIProviderFactory:
21
"""
22
Factory for creating AIProvider instances based on the provider configuration.
@@ -108,9 +107,6 @@ async def _try_create_provider(
108
107
f"Make sure langchain and langchain-core packages are installed."
109
)
110
return None
111
112
- # TODO: REL-10773 OpenAI provider
113
- # TODO: REL-10776 Vercel provider
114
# For future external providers, use dynamic import
115
provider_mappings = {
116
# 'openai': ('launchdarkly_server_sdk_ai_openai', 'OpenAIProvider'),
0 commit comments