Spaces:
Runtime error
Runtime error
Aabbhishekk
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def main():
|
|
74 |
chain = load_qa_chain(llm, chain_type="stuff")
|
75 |
with get_openai_callback() as cb:
|
76 |
response = chain.run(input_documents=docs, question=user_question)
|
77 |
-
print(cb)
|
78 |
|
79 |
st.write(response)
|
80 |
|
|
|
74 |
chain = load_qa_chain(llm, chain_type="stuff")
|
75 |
with get_openai_callback() as cb:
|
76 |
response = chain.run(input_documents=docs, question=user_question)
|
77 |
+
# print(cb)
|
78 |
|
79 |
st.write(response)
|
80 |
|