wujingjing
2024-12-23 6d82ad4fb10f7015059b1b2cbcf72e8a949e83fa
src/components/vue-flow/VueFlowConstant.ts
@@ -1,3 +1,23 @@
export class VueFlowConstant {
    static PARAMS_KEY = 'input';
}
   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',
   //    },
   // ];
}