Skip to content

Q: where should OpenCode configs go? #8

@TomLucidor

Description

@TomLucidor

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"
        }
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions