Spaces:
Running
Running
Remove groq from provider catalog
Browse files
config/provider_catalog.py
CHANGED
|
@@ -43,15 +43,6 @@ PROVIDER_CATALOG: dict[str, ProviderDescriptor] = {
|
|
| 43 |
proxy_attr="nvidia_nim_proxy",
|
| 44 |
capabilities=("chat", "streaming", "tools", "thinking", "rate_limit"),
|
| 45 |
),
|
| 46 |
-
"groq": ProviderDescriptor(
|
| 47 |
-
provider_id="groq",
|
| 48 |
-
transport_type="openai_chat",
|
| 49 |
-
credential_env="GROQ_API_KEY",
|
| 50 |
-
credential_url="https://console.groq.com/keys",
|
| 51 |
-
credential_attr="groq_api_key",
|
| 52 |
-
default_base_url="https://api.groq.com/openai/v1",
|
| 53 |
-
capabilities=("chat", "streaming", "tools", "rate_limit"),
|
| 54 |
-
),
|
| 55 |
"zen": ProviderDescriptor(
|
| 56 |
provider_id="zen",
|
| 57 |
transport_type="openai_chat",
|
|
|
|
| 43 |
proxy_attr="nvidia_nim_proxy",
|
| 44 |
capabilities=("chat", "streaming", "tools", "thinking", "rate_limit"),
|
| 45 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
"zen": ProviderDescriptor(
|
| 47 |
provider_id="zen",
|
| 48 |
transport_type="openai_chat",
|