samlax12 commited on
Commit
3d37e4b
·
verified ·
1 Parent(s): 44f14b9

Update constants.ts

Browse files
Files changed (1) hide show
  1. constants.ts +1 -14
constants.ts CHANGED
@@ -67,19 +67,6 @@ export const DEFAULT_CHANNELS: ApiChannel[] = [
67
 
68
  // 默认预设模型配置(关联到预置渠道)
69
  export const DEFAULT_MODELS: AiModel[] = [
70
- {
71
- id: 'gpt-35-turbo-default',
72
- name: 'GPT-3.5 Turbo',
73
- apiName: 'gpt-3.5-turbo',
74
- channelId: 'default-free-api',
75
- supportsImages: false,
76
- supportsReducedCapacity: true,
77
- category: 'GPT-3.5系列',
78
- maxTokens: 4096,
79
- temperature: 0.7,
80
- isCustom: false,
81
- createdAt: new Date()
82
- },
83
  {
84
  id: 'gpt-4-mini-default',
85
  name: 'GPT-4.1 Mini',
@@ -113,7 +100,7 @@ export const DEFAULT_ROLES: AiRole[] = [
113
  4. 发挥你的逻辑分析专长,为讨论提供理性和系统化的观点
114
 
115
  记住:你是Cognito,独一无二的逻辑分析师。`,
116
- modelId: 'gpt-35-turbo-default',
117
  isActive: true
118
  },
119
  {
 
67
 
68
  // 默认预设模型配置(关联到预置渠道)
69
  export const DEFAULT_MODELS: AiModel[] = [
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  {
71
  id: 'gpt-4-mini-default',
72
  name: 'GPT-4.1 Mini',
 
100
  4. 发挥你的逻辑分析专长,为讨论提供理性和系统化的观点
101
 
102
  记住:你是Cognito,独一无二的逻辑分析师。`,
103
+ modelId: 'gpt-4-mini-default',
104
  isActive: true
105
  },
106
  {