danielcwq commited on
Commit
8cbf41f
·
1 Parent(s): 48088c9

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 = "text-ada-001")
28
  qa_chain = ChatVectorDBChain.from_llm(
29
  llm,
30
  vectorstore,
 
24
 
25
 
26
  def get_chain(vectorstore):
27
+ llm = OpenAI(temperature=0, model_name = "text-davinci-003")
28
  qa_chain = ChatVectorDBChain.from_llm(
29
  llm,
30
  vectorstore,