Prompt Template + LLM + Output Parser Some types of models (chat models) return chat messages It's often desirable to transform that into a string so you can easily use it in downstream tasks – for that we can add in a simple output parser
Transform Chat Model Outputs with Prompt Templates and Parsers
By
–
Leave a Reply