KorWoody commited on
Commit
632039a
·
1 Parent(s): 6169128

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def respond(message, chat_history):
48
  # freelv = 0
49
 
50
  qa_chain = RetrievalQA.from_chain_type(
51
- llm=OpenAI(temperature=0.1),
52
  # llm=OpenAI(temperature=0.4),
53
  # llm=ChatOpenAI(temperature=0),
54
  chain_type="stuff",
 
48
  # freelv = 0
49
 
50
  qa_chain = RetrievalQA.from_chain_type(
51
+ llm=OpenAI(temperature=0.4),
52
  # llm=OpenAI(temperature=0.4),
53
  # llm=ChatOpenAI(temperature=0),
54
  chain_type="stuff",