Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ Only include founders who are explicitly mentioned as founders of {company_name}
|
|
138 |
Ignore founders of other companies that may be mentioned in the text.
|
139 |
Return a JSON object with the following two keys:
|
140 |
- "people": a list of names of people mentioned as founders of {company_name}
|
141 |
-
- "organizations": a list of organization names mentioned
|
142 |
Respond only with valid JSON. Do not include any explanations, comments, or additional formatting. Double check that you included all founders. Double check that the founders you included are indeed founders of {company_name}.
|
143 |
Text:
|
144 |
{search_results}"""
|
|
|
138 |
Ignore founders of other companies that may be mentioned in the text.
|
139 |
Return a JSON object with the following two keys:
|
140 |
- "people": a list of names of people mentioned as founders of {company_name}
|
141 |
+
- "organizations": a list of organization names mentioned as founders of {company_name}
|
142 |
Respond only with valid JSON. Do not include any explanations, comments, or additional formatting. Double check that you included all founders. Double check that the founders you included are indeed founders of {company_name}.
|
143 |
Text:
|
144 |
{search_results}"""
|