Skip to content

Commit

Permalink
Merge pull request #175 from eltociear/patch-2
Browse files Browse the repository at this point in the history
chore: update rm.py
  • Loading branch information
shaoyijia authored Sep 23, 2024
2 parents 5cee5e2 + a2f061c commit 162ea3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge_storm/rm.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def serper_runner(self, query_params):

if response == None:
raise RuntimeError(
f"Error had occured while running the search process.\n Error is {response.reason}, had failed with status code {response.status_code}"
f"Error had occurred while running the search process.\n Error is {response.reason}, had failed with status code {response.status_code}"
)

return response.json()
Expand Down

0 comments on commit 162ea3f

Please sign in to comment.