You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prompt=f"response-type = community. Your neighbor wants to hear community voices for {selected_date}. Based on the available data, provide insight in a direct and to-the-point manner to your neighbor's question: {stored_input}"
980
+
prompt=f"response-type = sentiment. Your neighbor wants to hear community voices for {selected_date}. Based on the available data, provide insight in a direct and to-the-point manner to your neighbor's question: {stored_input}"
981
981
else:
982
-
prompt=f"response-type = community. Share community voices and concerns from {selected_date}. Write from neighbors' perspectives using first-person quotes. Avoid using category headers like 'Living Conditions:', 'Trash:', etc. Focus on personal testimonials and community sentiment. Provide detailed multi-paragraph responses with several specific examples from community members."
982
+
prompt=f"response-type = sentiment. Share community voices and concerns from {selected_date}. Write from neighbors' perspectives using first-person quotes. Do not include category headers like 'Living Conditions:', 'Trash:', etc. Focus on personal testimonials and community sentiment. Provide detailed multi-paragraph responses with several specific examples from community members."
stats_message=html.Div([html.Strong("A by-the-numbers overview of your neighborhood:"), dcc.Markdown(stats_reply, dangerously_allow_html=True)], className="bot-message", **{"data-response-type": "auto-generated", "data-date": selected_date})
1151
1151
1152
-
community_prompt=f"response-type = community. Share voices from {selected_date} community meetings:{area_context} ""Write from the perspective of residents using first-person quotes. Avoid using category ""headers like 'Living Conditions:', 'Trash:', etc. Focus on personal testimonials and community sentiment. ""Provide detailed multi-paragraph responses with several specific examples from community members."
1152
+
community_prompt=f"response-type = sentiment. Share voices from {selected_date} community meetings:{area_context} ""Write from the perspective of residents using first-person quotes. Do not use category ""headers like 'Living Conditions:', 'Trash:', etc. Focus on personal testimonials and community sentiment. ""Provide detailed multi-paragraph responses with several specific examples from community members."
0 commit comments