* pro migration * reuse customPdfParseType Co-authored-by: gggaaallleee <91131304+gggaaallleee@users.noreply.github.com>
This commit is contained in:
parent
d171b2d3d8
commit
9fe95da126
@ -118,11 +118,12 @@ export type SystemEnvType = {
|
|||||||
oneapiUrl?: string;
|
oneapiUrl?: string;
|
||||||
chatApiKey?: string;
|
chatApiKey?: string;
|
||||||
|
|
||||||
customPdfParse?: {
|
customPdfParse?: customPdfParseType;
|
||||||
|
};
|
||||||
|
|
||||||
|
export type customPdfParseType = {
|
||||||
url?: string;
|
url?: string;
|
||||||
key?: string;
|
key?: string;
|
||||||
|
|
||||||
doc2xKey?: string;
|
doc2xKey?: string;
|
||||||
price?: number; // n points/1 page
|
price?: number;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user