Skip to content

Commit

Permalink
fix: change OutputParserError to inherit from ValueError
Browse files Browse the repository at this point in the history
Signed-off-by: -LAN- <[email protected]>
  • Loading branch information
laipz8200 committed Dec 21, 2024
1 parent 786cb68 commit 0327ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/llm_generator/output_parser/errors.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
class OutputParserError(Exception):
class OutputParserError(ValueError):
pass

0 comments on commit 0327ded

Please sign in to comment.