jonathanjordan21 commited on
Commit
0c857e8
1 Parent(s): af175db

Update custom_llm.py

Browse files
Files changed (1) hide show
  1. custom_llm.py +1 -1
custom_llm.py CHANGED
@@ -282,7 +282,7 @@ def custom_combined_chain(llm, df_chain, memory_chain):
282
 
283
  prompt = PromptTemplate.from_template("""<s><INST> You have access to the following data sources:
284
  1. Dataframe : use this data source to retrieve anything about ticket submission history
285
- 2. Documents : use this data source to retrieve anything related to user guide and work instruction
286
 
287
  <question>
288
  {question}
 
282
 
283
  prompt = PromptTemplate.from_template("""<s><INST> You have access to the following data sources:
284
  1. Dataframe : use this data source to retrieve anything about ticket submission history
285
+ 2. Documents : use this data source to retrieve anything related to user guide and work instruction or any other question not related to ticket submission history
286
 
287
  <question>
288
  {question}