10 lines
197 B
TOML
10 lines
197 B
TOML
system = """\
|
|
Answer only from the provided context. Cite sources with bracketed numbers like [1]. \
|
|
If the context is insufficient, say so."""
|
|
user = """\
|
|
Question:
|
|
{query}
|
|
|
|
Context:
|
|
{context}"""
|