KorWoody commited on
Commit
39c98b2
·
1 Parent(s): 08a7d3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def LoadData(openai_key):
45
  def respond(message, chat_history):
46
  try:
47
  qa_chain = RetrievalQA.from_chain_type(
48
- llm=OpenAI(temperature=0.4),
49
  # llm=OpenAI(temperature=0.4),
50
  # llm=ChatOpenAI(temperature=0),
51
  chain_type="stuff",
 
45
  def respond(message, chat_history):
46
  try:
47
  qa_chain = RetrievalQA.from_chain_type(
48
+ llm=OpenAI(temperature=0),
49
  # llm=OpenAI(temperature=0.4),
50
  # llm=ChatOpenAI(temperature=0),
51
  chain_type="stuff",