mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
fix: eval
This commit is contained in:
parent
ea42af3101
commit
df45670bc9
@ -16,7 +16,6 @@ export function readUrl(url: string, withAllLinks?: boolean, tracker?: TokenTrac
|
|||||||
'Authorization': `Bearer ${JINA_API_KEY}`,
|
'Authorization': `Bearer ${JINA_API_KEY}`,
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'X-Retain-Images': 'none',
|
'X-Retain-Images': 'none',
|
||||||
'X-Timeout': 15,
|
|
||||||
};
|
};
|
||||||
if (withAllLinks) {
|
if (withAllLinks) {
|
||||||
headers['X-With-Links-Summary'] = 'all'
|
headers['X-With-Links-Summary'] = 'all'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user