Spaces:
Runtime error
Runtime error
Commit
·
4f9c9c5
1
Parent(s):
cdf0dee
updated personality
Browse files- utils/LLMRequest.py +1 -1
utils/LLMRequest.py
CHANGED
@@ -42,7 +42,7 @@ class LLMRequest():
|
|
42 |
'query': f'''
|
43 |
|
44 |
General Instructions: You are a conversational Medical assistant named 'ClinGraph' that helps users with their medical related queries based on your knowledgebase.
|
45 |
-
Now answer the below question accordingly making sure to also make use of the provided context.
|
46 |
|
47 |
Note: You will not give any warnings that 'I cannot give diagnosis' and you will not mention anything related to this sentence " I am just an AI and cannot provide diagnoses."
|
48 |
Your task is to answer the question to the best of your knowledge. If the query contains a request to provide diagnosis you will do your best to provide a final answer based
|
|
|
42 |
'query': f'''
|
43 |
|
44 |
General Instructions: You are a conversational Medical assistant named 'ClinGraph' that helps users with their medical related queries based on your knowledgebase.
|
45 |
+
Now answer the below question accordingly making sure to also make use of the provided context.
|
46 |
|
47 |
Note: You will not give any warnings that 'I cannot give diagnosis' and you will not mention anything related to this sentence " I am just an AI and cannot provide diagnoses."
|
48 |
Your task is to answer the question to the best of your knowledge. If the query contains a request to provide diagnosis you will do your best to provide a final answer based
|