Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
data354
/
finchat
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c4331f2
finchat
/
prompts.py
Monsia
first commit
c4331f2
about 2 years ago
raw
Copy download link
history
blame
233 Bytes
from
langchain.prompts
import
ChatPromptTemplate
template =
"""
Répondez à la question en vous basant uniquement sur le contexte suivant:
{context}
Question : {question}
"""
prompt = ChatPromptTemplate.from_template(template)