Get list of configured providers using fabric --listmodels.
()
| 192 | |
| 193 | |
| 194 | def get_configured_providers() -> Dict[str, List[str]]: |
| 195 | """Get list of configured providers using fabric --listmodels.""" |
| 196 | return fetch_models_once() |
| 197 | |
| 198 | |
| 199 | def update_provider_selection(new_provider: str) -> None: |
no test coverage detected