feat: remove langchain from output parsers (#3473)

This commit is contained in:
takatost
2024-04-15 00:23:42 +08:00
committed by GitHub
parent 12f1ce4794
commit 8811677154
7 changed files with 8 additions and 127 deletions

View File

@@ -1,6 +1,6 @@
import json
from langchain.schema import OutputParserException
from core.llm_generator.output_parser.errors import OutputParserException
def parse_json_markdown(json_string: str) -> dict: