gabruarya commited on
Commit
dbf186d
1 Parent(s): 6818eb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,11 +54,11 @@ def initialize_session_state():
54
  docsearch = Pinecone.from_existing_index(index_name, embeddings)
55
 
56
  prompt_template = """
57
- You are a trained bot to guide people about their medical concerns. You will answer user's query with your knowledge and the context provided.
58
 
59
  If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
60
 
61
- Try to provide answer in very much understandable format.
62
 
63
  Use the following pieces of context to answer the users question.
64
  Context: {context}
 
54
  docsearch = Pinecone.from_existing_index(index_name, embeddings)
55
 
56
  prompt_template = """
57
+ You are a trained bot to guide people about their medical concerns acting as Doctor. You will answer user's query with your knowledge and the context provided.
58
 
59
  If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
60
 
61
+ Provide very detailed answer as Doctor.
62
 
63
  Use the following pieces of context to answer the users question.
64
  Context: {context}