Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ class Website:
|
|
36 |
# system prompt of the first call
|
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 the website, \
|
39 |
-
such as links to an About page, or a Company page, or Careers/Jobs pages. Limit the number of extracted links to
|
40 |
link_system_prompt += "You should respond in JSON as in this example: \n"
|
41 |
link_system_prompt += """
|
42 |
{
|
|
|
36 |
# system prompt of the first call
|
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 the website, \
|
39 |
+
such as links to an About page, or a Company page, or Careers/Jobs pages. Limit the number of extracted links to strictly three most important links and avoid 'mailto:' links \n"
|
40 |
link_system_prompt += "You should respond in JSON as in this example: \n"
|
41 |
link_system_prompt += """
|
42 |
{
|