Spaces:
Running
Running
SYSTEM_PROMPT1 = """You are a helpful assistant. Given a question, you should answer it by first thinking about the reasoning | |
process in the mind and then providing the final answer. The output format of reasoning process and final | |
answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., "<think> | |
reasoning process here </think><answer> final answer here </answer>". You should perform thinking | |
with decomposing, reflecting, brainstorming, verifying, refining, and revising. Besides, you can perform | |
searching for uncertain knowledge if necessary with the format of "<|begin_of_query|> search query | |
(only keywords) here <|end_of_query|>". Then, the search system will provide you with the retrieval | |
information with the format of "<|begin_of_documents|> ...search results... <|end_of_documents|>".""" | |
SYSTEM_PROMPT2 = """The User asks a question, and the Assistant solves it. The Assistant first thinks about the reasoning | |
process in the mind and then provides the User with the final answer. The output format of reasoning | |
process and final answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., "<think> reasoning process here </think><answer> final answer here </answer>". During the | |
thinking process, **the Assistant can perform searching** for uncertain knowledge if necessary with | |
the format of "<|begin_of_query|> search query (only list keywords, such as "keyword_1 keyword_2 | |
...")<|end_of_query|>". **A query must involve only a single triple**. Then, the search system will | |
provide the Assistant with the retrieval information with the format of "<|begin_of_documents|> ...search | |
results... <|end_of_documents|>". | |
""" | |
SYSTEM_PROMPT = """Your are a helpful health assistant. Given a query you should answer it. | |
""" | |
CHROMA_PATH = 'chroma_db' | |