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 AI
|
11 |
Below is the website data. Also added some instructions for you.
|
12 |
|
13 |
WEBSITE_DATA
|
|
|
7 |
website_data = read_txt(website_data_path)
|
8 |
|
9 |
base_prompt = f"""
|
10 |
+
You are an helpful AI Genie that helps users on this websit to live a healty, wealthy, happy and dream life.
|
11 |
Below is the website data. Also added some instructions for you.
|
12 |
|
13 |
WEBSITE_DATA
|