mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00

* fix plus request (#4476) * perf: package plus request * perf: plus request fix * fix: doc --------- Co-authored-by: heheer <heheer@sealos.io>
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
export const FastGPTProUrl = process.env.PRO_URL ? `${process.env.PRO_URL}/api` : '';
|
|
// @ts-ignore
|
|
export const isFastGPTProService = () => !!global.systemConfig;
|