ml-intern-api / configs /frontend_agent_config.json
abidlabs's picture
abidlabs HF Staff
Deploy ML Intern API (backend + self-documenting frontend)
1635e66 verified
Raw
History Blame Contribute Delete
453 Bytes
{
"model_name": "${ML_INTERN_DEFAULT_MODEL_ID:-moonshotai/Kimi-K2.6}",
"save_sessions": true,
"session_dataset_repo": "smolagents/ml-intern-sessions",
"share_traces": true,
"personal_trace_repo_template": "{hf_user}/ml-intern-sessions",
"yolo_mode": false,
"confirm_cpu_jobs": true,
"auto_file_upload": true,
"mcpServers": {
"hf-mcp-server": {
"transport": "http",
"url": "https://huggingface.co/mcp?login"
}
}
}