danielcwq commited on
Commit
13aeb63
1 Parent(s): 5eb237d

Update query_data.py

Browse files
Files changed (1) hide show
  1. 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, model_name="gpt-3.5-turbo")
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,