annikwag commited on
Commit
7671f13
·
verified ·
1 Parent(s): 08da20e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -32,9 +32,7 @@ def get_rag_answer(query, top_results):
32
 
33
  # Create a prompt: you can refine the instructions to better suit your needs.
34
  prompt = (
35
- f"Using the following context, answer the question concisely.\n\n"
36
- f"Context:\n{context}\n\n"
37
- f"Question: {query}\n\n"
38
  f"Answer:"
39
  )
40
 
 
32
 
33
  # Create a prompt: you can refine the instructions to better suit your needs.
34
  prompt = (
35
+ f"Looking at the Top 15 Projects, the answer your question is.\n\n"
 
 
36
  f"Answer:"
37
  )
38