alexkueck commited on
Commit
285c233
1 Parent(s): cff3a66

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -81,7 +81,7 @@ rag_template = "Nutze die folgenden Kontext Teile, um die Frage zu beantworten a
81
  LLM_CHAIN_PROMPT = PromptTemplate(input_variables = ["question"],
82
  template = llm_template)
83
  #nur für HF bei chatverlauf
84
- LLM_CHAIN_PROMPT = PromptTemplate(input_variables = ["question"],
85
  template = llm_template2)
86
 
87
  RAG_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"],
 
81
  LLM_CHAIN_PROMPT = PromptTemplate(input_variables = ["question"],
82
  template = llm_template)
83
  #nur für HF bei chatverlauf
84
+ LLM_CHAIN_PROMPT2 = PromptTemplate(input_variables = ["question"],
85
  template = llm_template2)
86
 
87
  RAG_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"],