MissingBreath commited on
Commit
24d027c
·
verified ·
1 Parent(s): 4452a89

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -109,7 +109,7 @@ def create_prompt(disease_name, severity,language="english"):
109
  Use the following context to answer the user's question.
110
  If you don't know the answer, try to find the answer from the context try to make similair answer to the context.
111
  If the question is not related to the context, Generate from your exsisting knowlodge about the context.
112
-
113
  Context:
114
  {context}
115
 
 
109
  Use the following context to answer the user's question.
110
  If you don't know the answer, try to find the answer from the context try to make similair answer to the context.
111
  If the question is not related to the context, Generate from your exsisting knowlodge about the context.
112
+ When responding dont start your answer by saying Ok i will, or Yes i will give you, Make it like you are an Assistant and you generate solutions directly.
113
  Context:
114
  {context}
115