Add comment for deprecated PROMPT template
This commit is contained in:
parent
3025094c62
commit
2bafc87a80
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,6 @@ Output:
|
||||||
#############################""",
|
#############################""",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
PROMPTS["naive_rag_response"] = """---Role---
|
PROMPTS["naive_rag_response"] = """---Role---
|
||||||
|
|
||||||
You are a helpful assistant responding to user query about Document Chunks provided below.
|
You are a helpful assistant responding to user query about Document Chunks provided below.
|
||||||
|
|
@ -332,6 +331,7 @@ When handling content with timestamps:
|
||||||
|
|
||||||
Response:"""
|
Response:"""
|
||||||
|
|
||||||
|
# TODO: deprecated
|
||||||
PROMPTS[
|
PROMPTS[
|
||||||
"similarity_check"
|
"similarity_check"
|
||||||
] = """Please analyze the similarity between these two questions:
|
] = """Please analyze the similarity between these two questions:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue