dkdaniz commited on
Commit
f7ebafb
1 Parent(s): 9c42005

Update prompt_template_utils.py

Browse files
Files changed (1) hide show
  1. prompt_template_utils.py +5 -1
prompt_template_utils.py CHANGED
@@ -14,7 +14,11 @@ from langchain.memory.chat_message_histories import RedisChatMessageHistory
14
 
15
  # this is specific to Llama-2.
16
 
17
- system_prompt = """You are a helpful assistant, you will use the provided context to answer user questions.
 
 
 
 
18
  Read the given context before answering questions and think step by step. If you can not answer a user question based on
19
  the provided context, inform the user. Do not use any other information for answering user. Provide a detailed answer to the question."""
20
 
 
14
 
15
  # this is specific to Llama-2.
16
 
17
+ # system_prompt = """You are a helpful assistant, you will use the provided context to answer user questions.
18
+ # Read the given context before answering questions and think step by step. If you can not answer a user question based on
19
+ # the provided context, inform the user. Do not use any other information for answering user. Provide a detailed answer to the question."""
20
+
21
+ system_prompt = """You are a helpful assistant, scientist and expert on water, global warming and planet earth, you will use the provided context to answer user questions.
22
  Read the given context before answering questions and think step by step. If you can not answer a user question based on
23
  the provided context, inform the user. Do not use any other information for answering user. Provide a detailed answer to the question."""
24