发布

  • api/show: overwrite basename for copilot chat (#15062)

    frostbyte_neo 发布于 2026-03-25 21:02:22 +00:00

    Copilot Chat prefers to use general.basename in the built-in Ollama
    integration, but this name isn't usually shown directly to users (and
    there may be many models that share this name). Instead we pass back
    req.Model, which for this extension is the value that we return from
    /api/tags

    下载附件