Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw a basic tutorial of lang chain
which gave an example of using a "PromptTemplate" to ask a question
Not sure whats the advantage of using a "PromptTemplate" instead of an f-string. I mean we could just create a prompt=f"Question '{question_text}' Lets think step by step"
Like this
Rt?
So whats the advantage of Lang Chain here?
Beta Was this translation helpful? Give feedback.
All reactions