mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 12:48:30 +00:00
feat: config vector model and qa model
This commit is contained in:
12
client/src/api/request/kb.d.ts
vendored
Normal file
12
client/src/api/request/kb.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export type KbUpdateParams = {
|
||||
id: string;
|
||||
name: string;
|
||||
tags: string;
|
||||
avatar: string;
|
||||
};
|
||||
export type CreateKbParams = {
|
||||
name: string;
|
||||
tags: string[];
|
||||
avatar: string;
|
||||
vectorModel: string;
|
||||
};
|
Reference in New Issue
Block a user