Wajahat698 commited on
Commit
98b42f8
·
verified ·
1 Parent(s): cd63298

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -510,7 +510,7 @@ if prompt :
510
  try:
511
  # Generate response using the agent executor
512
  output = agent_executor.invoke({
513
- "input": f" {prompt} . Always be specific with numbers, dates, people, and $ dollar amounts examples (include them).* Search and provide sources for all the results. Respond directly to the query without any introductory phrases or meta-commentary. Your response should be natural and read as if it's addressing the query immediately, without any preamble. Use creative techniques like metaphors, analogies, and juxtaposition to enhance the content. Interconnect ideas smoothly to create meaning for the reader.. Write in an active and enthusiastic tone. Follow these instructions strictly : It should properly follow the format of blogs, reports, and articles for any organization. Always write in nicely flowing text and create an active language headline. Avoid using colons in the sub-headings and incorporate a creative technique in every headline and sub-header. Interweave the examples contextually to create meaning for donors and beneficiaries. When asked about to write annual report ONLY THEN : do mention these 3 in sub headings with example related to the report: example proof points , Heuristics used , creative techniques used. DO NOT USE COLONS in the sub-headers. * Strictly Do not mention Trust , Stability , Development , Relationship , Competence , benefit , vision words in your response. DONOT WRITE CONCLUSION (note all the outputs containing dollars$ should be in a spaced format or shorten that figure so text and figure is readable. Strictly Do not mention Trust , Stability , Development , Relationship , Competence , benefit , vision words in your response . ",
514
  "chat_history": st.session_state.chat_history
515
  })
516
  full_response = output["output"]
 
510
  try:
511
  # Generate response using the agent executor
512
  output = agent_executor.invoke({
513
+ "input": f" {prompt} . Always be specific with numbers, dates, people, and $ dollar amounts examples (include them) & Do not mention Trust , Stability , Development , Relationship , Competence , benefit , vision words in outputs never ever.* Search and provide sources for all the results. Respond directly to the query without any introductory phrases or meta-commentary. Your response should be natural and read as if it's addressing the query immediately, without any preamble. Use creative techniques like metaphors, analogies, and juxtaposition to enhance the content. Interconnect ideas smoothly to create meaning for the reader.. Write in an active and enthusiastic tone. Follow these instructions strictly : It should properly follow the format of blogs, reports, and articles for any organization. Always write in nicely flowing text and create an active language headline. Avoid using colons in the sub-headings and incorporate a creative technique in every headline and sub-header. Interweave the examples contextually to create meaning for donors and beneficiaries. When asked about to write annual report ONLY THEN : do mention these 3 in sub headings with example related to the report: example proof points , Heuristics used , creative techniques used. DO NOT USE COLONS in the sub-headers. DONOT WRITE CONCLUSION (note all the outputs containing dollars$ should be in a spaced format or shorten that figure so text and figure is readable. ",
514
  "chat_history": st.session_state.chat_history
515
  })
516
  full_response = output["output"]