Spaces:
Running
Running
Update query_data.py
Browse files- query_data.py +1 -1
query_data.py
CHANGED
@@ -24,7 +24,7 @@ QA_PROMPT = PromptTemplate(template=template, input_variables=["question", "cont
|
|
24 |
|
25 |
|
26 |
def get_chain(vectorstore):
|
27 |
-
llm = OpenAI(temperature=0
|
28 |
qa_chain = ChatVectorDBChain.from_llm(
|
29 |
llm,
|
30 |
vectorstore,
|
|
|
24 |
|
25 |
|
26 |
def get_chain(vectorstore):
|
27 |
+
llm = OpenAI(temperature=0)
|
28 |
qa_chain = ChatVectorDBChain.from_llm(
|
29 |
llm,
|
30 |
vectorstore,
|