Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,13 +37,13 @@ class Website:
|
|
37 |
link_system_prompt = "You are provided with a list of links found on a webpage. \
|
38 |
You are able to decide which of the links would be most relevant to include in a brochure about the company, \
|
39 |
such as links to an About page, or a Company page, or Careers/Jobs pages.\n"
|
|
|
40 |
link_system_prompt += "You should respond in JSON as in this example:"
|
41 |
link_system_prompt += """
|
42 |
{
|
43 |
"links": [
|
44 |
{"type": "about page", "url": "https://full.url/goes/here/about"},
|
45 |
-
{"type": "careers page": "url": "https://another.full.url/careers"}
|
46 |
-
# {"type": "contanct us" : "url" : "mailto:[email protected]"}
|
47 |
]
|
48 |
}
|
49 |
"""
|
|
|
37 |
link_system_prompt = "You are provided with a list of links found on a webpage. \
|
38 |
You are able to decide which of the links would be most relevant to include in a brochure about the company, \
|
39 |
such as links to an About page, or a Company page, or Careers/Jobs pages.\n"
|
40 |
+
link_system_prompt +="Kindly avoid selecting email links with this: \n mailto:[email protected] \n "
|
41 |
link_system_prompt += "You should respond in JSON as in this example:"
|
42 |
link_system_prompt += """
|
43 |
{
|
44 |
"links": [
|
45 |
{"type": "about page", "url": "https://full.url/goes/here/about"},
|
46 |
+
{"type": "careers page": "url": "https://another.full.url/careers"}
|
|
|
47 |
]
|
48 |
}
|
49 |
"""
|