feat: 支持智谱GLM-4V

This commit is contained in:
1808837298@qq.com
2024-02-29 18:31:03 +08:00
parent a3687b72f8
commit b4645d1019
16 changed files with 483 additions and 578 deletions

View File

@@ -89,6 +89,9 @@ const EditChannel = (props) => {
case 24:
localModels = ['gemini-pro'];
break;
case 26:
localModels = ['glm-4', 'glm-4v', 'glm-3-turbo'];
break;
}
setInputs((inputs) => ({...inputs, models: localModels}));
}