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 ca5fb1e commit 4093005Copy full SHA for 4093005
ols/src/llms/providers/registry.py
@@ -12,7 +12,7 @@
12
class LLMProvidersRegistry:
13
"""Registry for LLM providers."""
14
15
- llm_providers: ClassVar = {}
+ llm_providers: ClassVar[dict[str, Callable]] = {}
16
17
@classmethod
18
def register(cls, provider_type: str, llm_provider: Callable) -> None:
0 commit comments