NEXAS commited on
Commit
a4d2d73
·
verified ·
1 Parent(s): 8de6041

Update utils/llm.py

Browse files
Files changed (1) hide show
  1. utils/llm.py +1 -1
utils/llm.py CHANGED
@@ -40,7 +40,7 @@ class LLMProcessor:
40
  """Generate answer using structured context"""
41
  prompt = f"""Use the following pieces of information to answer the user's question.
42
  If you don't know the answer, just say that you don't know,if it is out of context say that it is out of context and also try to provide the answer and don't be rude.
43
- Format the answer in multiple short paragraphs, making it readable without horizontal scrolling in markdwon.
44
 
45
  Context: {context}
46
  Question: {question}
 
40
  """Generate answer using structured context"""
41
  prompt = f"""Use the following pieces of information to answer the user's question.
42
  If you don't know the answer, just say that you don't know,if it is out of context say that it is out of context and also try to provide the answer and don't be rude.
43
+ Format the answer in multiple short paragraphs, making it readable without horizontal scrolling in markdown.
44
 
45
  Context: {context}
46
  Question: {question}