mirror of https://github.com/langgenius/dify.git
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']
|
||||
|
||||
headers = {
|
||||
'Accept': 'text/event-stream'
|
||||
'Accept': 'application/json'
|
||||
}
|
||||
|
||||
response = ssrf_proxy.get(
|
||||
|
|
|
|||
Loading…
Reference in New Issue