ChatPromptTemplate Is Not a Prompt: Following a Request from LangChain to Transformer Attention
Most LangChain tutorials teach prompts like this:
prompt = ChatPromptTemplate.from_messages([
("system", "You are a distributed systems expert"),
("human", "{question}")
])
Then they show:
ch
wethinkbig.hashnode.dev9 min read