Let's say the following is my config, where should this project-specific config go in the vault? Or do I really need system-level configs?
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"mlx-openai-server": {
"npm": "@ai-sdk/openai-compatible",
"name": "MLX",
"options": {
"baseURL": "http://localhost:8000/v1"
},
"models": {
"mlx-community/Ring-mini-linear-2.0-4bit": {
"name": "mlx-community/Ring-mini-linear-2.0-4bit"
}
}
}
}
}
Let's say the following is my config, where should this project-specific config go in the vault? Or do I really need system-level configs?