File tree Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : 问题反馈
3+ about : 详细清晰的描述你遇到的问题
4+ title : ' '
5+ labels : bug
6+ assignees : ' '
7+ ---
8+
9+ ** 例行检查**
10+
11+ [ // ] : # ' 方框内填 x 表示打钩 '
12+
13+ - [ ] 我已确认目前没有类似 issue
14+ - [ ] 我已完整查看过项目 README,以及[ 项目文档] ( https://doc.fastgpt.io/docs/introduction/ )
15+ - [ ] 我使用了自己的 key,并确认我的 key 是可正常使用的
16+ - [ ] 我理解并愿意跟进此 issue,协助测试和提供反馈
17+ - [x] 我理解并认可上述内容,并理解项目维护者精力有限,** 不遵循规则的 issue 可能会被无视或直接关闭**
18+
19+ ** 你的版本**
20+
21+ - [ ] 公有云版本
22+ - [ ] 私有部署版本, 具体版本号:
23+
24+ ** 问题描述, 日志截图,配置文件等**
25+
26+ ** 复现步骤**
27+
28+ ** 预期结果**
29+
30+ ** 相关截图**
Original file line number Diff line number Diff line change @@ -202,13 +202,11 @@ export const ModelProviders = Object.entries(ModelProviderMap)
202202 return 0 ;
203203 } ) ;
204204
205- export type ModelProviderIdType = keyof typeof ModelProviderMap ;
206-
207205export type AiproxyMapProviderType = Record <
208206 number ,
209207 {
210208 name : I18nStringStrictType | string ;
211- provider : ModelProviderIdType ; // Use to sort,get avatar
209+ provider ?: string ; // Use to sort,get avatar
212210 avatar ?: string ;
213211 }
214212> ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @fastgpt-sdk/plugin" ,
3- "version" : " 0.2.14 " ,
3+ "version" : " 0.2.15 " ,
44 "description" : " fastgpt-plugin sdk" ,
55 "main" : " dist/client.js" ,
66 "types" : " dist/client.d.ts" ,
You can’t perform that action at this time.
0 commit comments