mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Refine GLM-5.2 description in Copilot Plus model list
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018ou7V5v4UYHkzP3csodLLm
This commit is contained in:
parent
a011344e48
commit
f15a84605a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export const COPILOT_PLUS_MODELS: readonly ModelInfo[] = Object.freeze([
|
|||
{
|
||||
id: ChatModels.COPILOT_PLUS_GLM_5_2,
|
||||
displayName: "GLM-5.2",
|
||||
description: "A frontier open-weight model.",
|
||||
description: "A long-horizon frontier open model that beats some of the best closed models.",
|
||||
toolCall: true,
|
||||
reasoning: true,
|
||||
modalities: { input: ["text"], output: ["text"] },
|
||||
|
|
|
|||
Loading…
Reference in a new issue