ml-intern / configs /frontend_agent_config.json
Aksel Joonas Reedi
Fix CLI rendering corruption and split CLI/frontend model defaults (#121)
3eec386 unverified
raw
history blame
351 Bytes
{
"model_name": "bedrock/us.anthropic.claude-opus-4-6-v1",
"save_sessions": true,
"session_dataset_repo": "smolagents/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"
}
}
}