Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jlonge4 committed Nov 8, 2024
1 parent 6a66ea1 commit 08f488a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(
:param mode: The operation mode for the reader (READ, SEARCH, or GROUND). See each Mode and its function here https://jina.ai/reader/
:param api_key: The Jina API key. It can be explicitly provided or automatically read from the
environment variable JINA_API_KEY (recommended).
:param json_response: A boolean to indicate whether to return the response in JSON format. Default is True.
:param json_response: A boolean to indicate whether to return the response in JSON format. Default is True.
If set to False, the response will be in markdown format.
"""
resolved_api_key = api_key.resolve_value()
Expand Down

0 comments on commit 08f488a

Please sign in to comment.