mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 02:35:55 +08:00
fix: json-reader-json-output (#3552)
This commit is contained in:
parent
b890c11c14
commit
e212a87b86
@ -20,7 +20,7 @@ class JinaReaderTool(BuiltinTool):
|
|||||||
url = tool_parameters['url']
|
url = tool_parameters['url']
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
'Accept': 'text/event-stream'
|
'Accept': 'application/json'
|
||||||
}
|
}
|
||||||
|
|
||||||
response = ssrf_proxy.get(
|
response = ssrf_proxy.get(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user