Gradio / agent.json
largo
Working the deploy
99b2259
raw
history blame contribute delete
305 Bytes
{
"model": "Qwen/Qwen2.5-72B-Instruct",
"provider": "nebius",
"servers": [
{
"type": "stdio",
"config": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}
]
}