Spaces:
Running
Running
| """Re-exports default upstream base URLs from the config provider catalog.""" | |
| from config.provider_catalog import ( | |
| CEREBRAS_DEFAULT_BASE, | |
| GROQ_DEFAULT_BASE, | |
| NVIDIA_NIM_DEFAULT_BASE, | |
| SILICON_DEFAULT_BASE, | |
| ZEN_DEFAULT_BASE, | |
| ) | |
| __all__ = ( | |
| "CEREBRAS_DEFAULT_BASE", | |
| "GROQ_DEFAULT_BASE", | |
| "NVIDIA_NIM_DEFAULT_BASE", | |
| "SILICON_DEFAULT_BASE", | |
| "ZEN_DEFAULT_BASE", | |
| ) | |