special tokens in prompt template

This commit is contained in:
Adam Wilson
2025-06-24 14:22:35 -06:00
parent d4b3d39cf6
commit f867a4fdc9
@@ -21,9 +21,10 @@ class LanguageModel(AbstractLanguageModel):
llm = TextGenerationFoundationModel().build()
# Phi-3 specific prompt template
template = """<|user|>
template = """<|system|>
Act as a conversational agent to respond to the end user's prompt.
Question: {question}
<|user|>
Question: {question}<|end|>
<|assistant|>
"""