milon bhattacharya
Results
1
comments of
milon bhattacharya
A workaround which works for OA and Llama family of models :**append it to the list of items sent as context.** code snippet : ``` self.parser = PydanticOutputParser(pydantic_object=AnswerFormat) # Langchain...