Skip to content

config para opencode #8

Description

@svg153

Sacado de la comunidad de discord

prueba a configurar opencode.json:

"qwen3.6": {
          "name": "Qwen 3.6 (35B-A3B)",
          "limit": {
            "context": 256000,
            "output": 8192
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "options": {
            "chat_template_kwargs": {
              "enable_thinking": true
            }
          },
          "variants": {
            "fast": {
              "chat_template_kwargs": {
                "enable_thinking": false
              }
            },
            "thinking": {
              "chat_template_kwargs": {
                "enable_thinking": true
              }
            }
          }
        },
        "gemma4": {
          "name": "Gemma 4",
          "limit": {
            "context": 256000,
            "output": 8192
          },
          "modalities": {
            "input": ["text", "image"],
            "output": ["text"]
          },
          "options": {
            "chat_template_kwargs": {
              "enable_thinking": true
            }
          },
          "variants": {
            "fast": {
              "chat_template_kwargs": {
                "enable_thinking": false
              }
            },
            "thinking": {
              "chat_template_kwargs": {
                "enable_thinking": true
              }
            }
          }
        },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions