Update app.py
Browse files
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')
|