momegas commited on
Commit
744696f
1 Parent(s): 70d9611
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ texts = text_splitter.split_documents(docs)
43
 
44
  embeddings = OpenAIEmbeddings()
45
  docsearch = Chroma.from_documents(texts, embeddings).as_retriever()
46
- chat = ChatOpenAI(temperature=0.9)
47
 
48
 
49
  # potential_questions = [
 
43
 
44
  embeddings = OpenAIEmbeddings()
45
  docsearch = Chroma.from_documents(texts, embeddings).as_retriever()
46
+ chat = ChatOpenAI(temperature=0.1)
47
 
48
 
49
  # potential_questions = [