MCPcopy Create free account
hub / github.com/danielmiessler/Fabric / get_configured_providers

Function get_configured_providers

scripts/python_ui/streamlit.py:194–196  ·  view source on GitHub ↗

Get list of configured providers using fabric --listmodels.

()

Source from the content-addressed store, hash-verified

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

Callers 1

load_configurationFunction · 0.85

Calls 1

fetch_models_onceFunction · 0.85

Tested by

no test coverage detected