UNPKG
@mcpcn/image-understanding-mcp
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
智谱GLM-4V-Plus-0111 图片内容理解MCP工具
@mcpcn/image-understanding-mcp
/
dist
/
config.js
4 lines
•
246 B
JavaScript
View Raw
1
2
3
4
export
const
DEFAULT_VISION_MODEL
= process.
env
.
GLM_VISION_MODEL
||
'GLM-4V-Plus-0111'
;
// 目前只支持一个模型;后续可在此扩展列表
export
const
SUPPORTED_VISION_MODELS
= [
DEFAULT_VISION_MODEL
];
//# sourceMappingURL=config.js.map