nickmuchi commited on
Commit
6163039
·
1 Parent(s): c83187d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ QA_PROMPT = PromptTemplate(template=template, input_variables=["question", "cont
112
 
113
  def get_chain(vectorstore):
114
  llm = OpenAIChat(streaming=True,
115
- callbacks=[StdOutCallbackHandler()]),
116
  verbose=True,
117
  temperature=0,
118
  model_name='gpt-4-0613')
 
112
 
113
  def get_chain(vectorstore):
114
  llm = OpenAIChat(streaming=True,
115
+ callbacks=[StdOutCallbackHandler()],
116
  verbose=True,
117
  temperature=0,
118
  model_name='gpt-4-0613')