mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
perf: stream response
This commit is contained in:
6
src/types/pg.d.ts
vendored
6
src/types/pg.d.ts
vendored
@@ -5,7 +5,7 @@ export interface PgKBDataItemType {
|
||||
q: string;
|
||||
a: string;
|
||||
status: `${ModelDataStatusEnum}`;
|
||||
model_id: string;
|
||||
user_id: string;
|
||||
kb_id: string;
|
||||
// model_id: string;
|
||||
// user_id: string;
|
||||
// kb_id: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user