LangChain - LangSmith Observability
What is wrong with this code snippet for comparing prompt versions?
from langchain import PromptTemplate
prompt_v1 = PromptTemplate('Hello {name}')
prompt_v2 = PromptTemplate('Hi {name}')
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions