Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from langchain_core.prompts import PromptTemplate
- prompt = PromptTemplate.from_template(
- “””
- You are an assistant that provides funny jokes from a user input.
- user input:
- Tell me {quantity} jokes about {topic}
- “””)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement