mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-27 04:36:12 +01:00
⏱️ fix: Increase RAG API Text Parsing Timeout (#10562)
* fix: increase RAG API text parsing timeout for large files * ci: Update text.spec.ts --------- Co-authored-by: Rosen Simov <rosen.simov@endurosat.com> Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
parent
ffcca3254e
commit
959984f959
2 changed files with 13 additions and 5 deletions
|
|
@ -65,7 +65,7 @@ export async function parseText({
|
|||
accept: 'application/json',
|
||||
...formHeaders,
|
||||
},
|
||||
timeout: 30000,
|
||||
timeout: 300000,
|
||||
});
|
||||
|
||||
const responseData = response.data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue