mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
V4.6.6-2 (#673)
This commit is contained in:
@@ -48,6 +48,8 @@ export type FastGPTFeConfigsType = {
|
||||
};
|
||||
scripts?: { [key: string]: string }[];
|
||||
favicon?: string;
|
||||
customApiDomain?: string;
|
||||
customSharePageDomain?: string;
|
||||
};
|
||||
|
||||
export type SystemEnvType = {
|
||||
|
1
packages/global/common/vectorStore/constants.ts
Normal file
1
packages/global/common/vectorStore/constants.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const PgDatasetTableName = 'modeldata';
|
Reference in New Issue
Block a user