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 9aab68c commit c12b9daCopy full SHA for c12b9da
llmstack/processors/apis.py
@@ -35,7 +35,7 @@ class ApiProviderViewSet(viewsets.ViewSet):
35
def list(self, request):
36
data = []
37
for provider in settings.PROVIDERS:
38
- provider_config_cls = get_provider_config_class_by_slug_cached(provider.get("name"))
+ provider_config_cls = get_provider_config_class_by_slug_cached(provider.get("slug"))
39
data.append(
40
{
41
"name": provider.get("name"),
0 commit comments