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 18d23a2 commit beca568
Showing 1 changed file with 10 additions and 20 deletions.
30 changes: 10 additions & 20 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,39 +486,29 @@ const openaiModels = [
"o3-mini",
];

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

const anthropicModels = [
];
const anthropicModels = [];

const baiduModels = [
];
const baiduModels = [];

const bytedanceModels = [
];
const bytedanceModels = [];

const alibabaModes = [
];
const alibabaModes = [];

const tencentModels = [
];
const tencentModels = [];

const moonshotModes = [];

const iflytekModels = [
];
const iflytekModels = [];

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

const xAIModes = [
];
const xAIModes = [];

const chatglmModels = [
];
const chatglmModels = [];

const siliconflowModels = [
];
const siliconflowModels = [];

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

0 comments on commit beca568

Please sign in to comment.