LiteLLM Models Not Appearing in Mito
Step 1: Check the API Response in the Browser
await fetch('/mito-ai/available-models', {
credentials: 'same-origin'
}).then(r => r.json())Step 2: Verify Enterprise Mode
python -c "from mito_ai.utils.version_utils import is_enterprise; print(is_enterprise())"Step 3: Check LiteLLM Environment Variables (in Running Server)
Step 4: Validate LITELLM_MODELS Format
Step 5: Check Server Startup Logs
Step 6: JupyterHub-Specific Considerations
Last updated
Was this helpful?