The different langchain technique to do conversation

I can use both LLMChain and ConversationChain with Open AI to create a chatbot. What are the differences between them and which one is recommended to use. Does anyone have a view

ConversationChain has a default prompt template tuning the responses to be more conversational, where the LLMChain is more of a base interface. You should look at the langchain docs or ask this in their discord for a more detailed answer.

1 Like

Thanks for that pointer. I just saw that they have a discord. I will ask all my langchain questions there

1 Like