未验证 提交 0be7409a 编写于 作者: 小傅哥 提交者: GitHub

feat: 模型配置

上级 2254cd9a
...@@ -98,6 +98,14 @@ public class Configuration { ...@@ -98,6 +98,14 @@ public class Configuration {
this.executorGroup.put(Model.GLM_3_5_TURBO, glmExecutor); this.executorGroup.put(Model.GLM_3_5_TURBO, glmExecutor);
this.executorGroup.put(Model.GLM_4, glmExecutor); this.executorGroup.put(Model.GLM_4, glmExecutor);
this.executorGroup.put(Model.GLM_4V, glmExecutor); this.executorGroup.put(Model.GLM_4V, glmExecutor);
this.executorGroup.put(Model.GLM_4_Plus, glmExecutor);
this.executorGroup.put(Model.GLM_4_0520, glmExecutor);
this.executorGroup.put(Model.GLM_4_Lng, glmExecutor);
this.executorGroup.put(Model.GLM_4_AirX, glmExecutor);
this.executorGroup.put(Model.GLM_4_Air, glmExecutor);
this.executorGroup.put(Model.GLM_4_FlashX, glmExecutor);
this.executorGroup.put(Model.GLM_4_Flash, glmExecutor);
this.executorGroup.put(Model.GLM_4_AllTools, glmExecutor);
this.executorGroup.put(Model.COGVIEW_3, glmExecutor); this.executorGroup.put(Model.COGVIEW_3, glmExecutor);
return this.executorGroup; return this.executorGroup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册