mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-24 22:03:54 +00:00
remove markdown format;refresh username;perf: latext render (#3877)
* refresh username * remove md format * perf: latext render * ignore big image * model config
This commit is contained in:
@@ -105,22 +105,6 @@ function getWorkerConfig() {
|
||||
.isDirectory();
|
||||
});
|
||||
|
||||
/*
|
||||
{
|
||||
'worker/htmlStr2Md': path.resolve(
|
||||
process.cwd(),
|
||||
'../../packages/service/worker/htmlStr2Md/index.ts'
|
||||
),
|
||||
'worker/countGptMessagesTokens': path.resolve(
|
||||
process.cwd(),
|
||||
'../../packages/service/worker/countGptMessagesTokens/index.ts'
|
||||
),
|
||||
'worker/readFile': path.resolve(
|
||||
process.cwd(),
|
||||
'../../packages/service/worker/readFile/index.ts'
|
||||
)
|
||||
}
|
||||
*/
|
||||
const workerConfig = folderList.reduce((acc, item) => {
|
||||
acc[`worker/${item}`] = path.resolve(
|
||||
process.cwd(),
|
||||
|
Reference in New Issue
Block a user