From 88f7847db37cf7c4822f398117016b25829c969e Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期二, 31 十二月 2024 17:56:50 +0800 Subject: [PATCH] 主题域问题 --- src/components/vue-flow/VueFlowConstant.ts | 25 ++++++++++++++++++++++--- 1 files changed, 22 insertions(+), 3 deletions(-) diff --git a/src/components/vue-flow/VueFlowConstant.ts b/src/components/vue-flow/VueFlowConstant.ts index fcea352..c229817 100644 --- a/src/components/vue-flow/VueFlowConstant.ts +++ b/src/components/vue-flow/VueFlowConstant.ts @@ -1,4 +1,23 @@ export class VueFlowConstant { - static GROUP_PARAMS_KEY = 'group_params'; - static PARAMS_KEY = 'params' -} \ No newline at end of file + static GROUP_PARAMS_KEY = 'group_params'; + static PARAMS_KEY = 'params'; + + // static LLM_MODEL_LIST = [ + // { + // label: 'gpt-3.5-turbo', + // value: 'gpt-3.5-turbo', + // }, + // { + // label: 'gpt-4', + // value: 'gpt-4', + // }, + // { + // label: 'gpt-4-32k', + // value: 'gpt-4-32k', + // }, + // { + // label: 'gpt-4-turbo', + // value: 'gpt-4-turbo', + // }, + // ]; +} -- Gitblit v1.9.3