opencode-config

个人 OpenCode 配置文件。

使用

  1. 安装 OpenCode

    npm i -g opencode-ai
    # 或
    bun add -g opencode-ai
    
  2. 克隆配置到 ~/.config/opencode

    git clone <repo-url> ~/.config/opencode
    
  3. 参考 .env.example 配置环境变量

    export LITELLM_BASE_URL="https://your-litellm-endpoint"
    export LITELLM_API_KEY="your-api-key"
    
  4. 运行 opencode

Description
No description provided
Readme 184 KiB
Languages
Markdown 100%