Update utils.py
Browse files
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 |
-
|
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"],
|