fix: update patch-express and agent implementation

This commit is contained in:
Han Xiao 2025-04-22 14:10:55 +08:00
parent a8f7124e6d
commit 0f0070b56e
2 changed files with 2 additions and 6 deletions

View File

@ -110,7 +110,7 @@ export const jinaAiMiddleware = (req: Request, res: Response, next: NextFunction
} else {
rateLimitPolicy = [
RateLimitDesc.from({
occurrence: 2,
occurrence: 1,
periodSeconds: 60
})
]

View File

@ -1003,11 +1003,7 @@ But unfortunately, you failed to solve the issue. You need to think out of the b
await updateReferences(answerStep, allURLs)
answerStep.mdAnswer = repairMarkdownFootnotesOuter(buildMdFromAnswer(answerStep));
} else {
answerStep.mdAnswer =
convertHtmlTablesToMd(
fixCodeBlockIndentation(
buildMdFromAnswer(answerStep))
);
answerStep.mdAnswer = buildMdFromAnswer(answerStep);
}
console.log(thisStep)