add baidu keywords (#3127)

This commit is contained in:
heheer
2024-11-12 16:44:09 +08:00
committed by GitHub
parent 2e1bf66d3d
commit 2c5f88b85f
7 changed files with 35 additions and 6 deletions

View File

@@ -18,6 +18,9 @@ export type UserModelSchema = {
key: string;
baseUrl: string;
};
fastgpt_sem?: {
keyword: string;
};
};
export type UserType = {