Skip to content

Commit

Permalink
Update constant.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
erfect2020 authored Feb 27, 2025
1 parent beca568 commit 5adfa71
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,27 +488,27 @@ const openaiModels = [

const googleModels = ["gemini-2.0-pro-exp"];

const anthropicModels = [];
const anthropicModels = ["claude-3-7-sonnet-latest"];

const baiduModels = [];
const baiduModels = ["ernie-4.0-8k-latest"];

const bytedanceModels = [];
const bytedanceModels = ["Doubao-lite-128k"];

const alibabaModes = [];
const alibabaModes = ["qwen-max"];

const tencentModels = [];
const tencentModels = ["hunyuan-pro"];

const moonshotModes = [];
const moonshotModes = ["moonshot-v1-128k"];

const iflytekModels = [];
const iflytekModels = ["4.0Ultra"];

const deepseekModels = ["deepseek-chat", "deepseek-coder", "deepseek-reasoner"];

const xAIModes = [];
const xAIModes = ["grok-2-latest"];

const chatglmModels = [];
const chatglmModels = ["glm-4v-flash"];

const siliconflowModels = [];
const siliconflowModels = ["Qwen/Qwen2.5-7B-Instruct"];

let seq = 1000; // 内置的模型序号生成器从1000开始
export const DEFAULT_MODELS = [
Expand Down

0 comments on commit 5adfa71

Please sign in to comment.