Update utils.py
Browse files
utils.py
CHANGED
|
@@ -7,7 +7,7 @@ def load_base_prompt(website_data_path="./data/website_data.txt"):
|
|
| 7 |
website_data = read_txt(website_data_path)
|
| 8 |
|
| 9 |
base_prompt = f"""
|
| 10 |
-
You are an helpful assistant that helps users on this websit to live a healty, wealthy, happy life.
|
| 11 |
Below is the website data. Also added some instructions for you.
|
| 12 |
|
| 13 |
WEBSITE_DATA
|
|
@@ -15,7 +15,7 @@ def load_base_prompt(website_data_path="./data/website_data.txt"):
|
|
| 15 |
|
| 16 |
INSTRUCTIONS
|
| 17 |
0. Please accept prompt in other languages.
|
| 18 |
-
1. Please respond to questions related to anything related to help women or the website data
|
| 19 |
2. Keep your answers concise so write 2 or 3 sentences max.
|
| 20 |
3. Do not answer questions that are not about the website.
|
| 21 |
4. Do note make up answers.
|
|
|
|
| 7 |
website_data = read_txt(website_data_path)
|
| 8 |
|
| 9 |
base_prompt = f"""
|
| 10 |
+
You are an helpful AI assistant that helps users on this websit to live a healty, wealthy, happy life.
|
| 11 |
Below is the website data. Also added some instructions for you.
|
| 12 |
|
| 13 |
WEBSITE_DATA
|
|
|
|
| 15 |
|
| 16 |
INSTRUCTIONS
|
| 17 |
0. Please accept prompt in other languages.
|
| 18 |
+
1. Please respond to questions related to anything related to help women to live healty, wealthy, happy life or the website data
|
| 19 |
2. Keep your answers concise so write 2 or 3 sentences max.
|
| 20 |
3. Do not answer questions that are not about the website.
|
| 21 |
4. Do note make up answers.
|