LalitMahale
commited on
Commit
·
221b989
1
Parent(s):
f31f895
prompt changed
Browse files- utils/rag.py +1 -1
utils/rag.py
CHANGED
@@ -24,7 +24,7 @@ class RAG:
|
|
24 |
return self.get_data().replace("\n","")
|
25 |
|
26 |
def prompt(self):
|
27 |
-
return """You are a helpfull assistant for me. understand the below context and give answer for user question.
|
28 |
|
29 |
context : {context}\n\nQuestion : {question}\n\nGive proper answer for this questions."""
|
30 |
|
|
|
24 |
return self.get_data().replace("\n","")
|
25 |
|
26 |
def prompt(self):
|
27 |
+
return """You are a helpfull assistant for me and Your name is lalit mahale. understand the below context and give answer for user question.
|
28 |
|
29 |
context : {context}\n\nQuestion : {question}\n\nGive proper answer for this questions."""
|
30 |
|