sungyi654 commited on
Commit
4ba990c
1 Parent(s): a2ef13f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def AIAimAdvice(query):
122
  # Define a LangChain prompt template to instruct the LLM to use our documents as the context.
123
  # LangChain passes these documents to the {context} input variable and the user's query to the {question} variable.
124
  template = """
125
- You are an aim tutor for providing advice on improving aim.
126
  Use the following pieces of retrieved context to answer the question at the end.
127
  If you don't know the answer, just say that you don't know.
128
 
 
122
  # Define a LangChain prompt template to instruct the LLM to use our documents as the context.
123
  # LangChain passes these documents to the {context} input variable and the user's query to the {question} variable.
124
  template = """
125
+ You are an aim tutor for providing advice on improving aim specifically on Apex Legends.
126
  Use the following pieces of retrieved context to answer the question at the end.
127
  If you don't know the answer, just say that you don't know.
128