Joshua Sundance Bailey
commited on
Commit
·
547d578
1
Parent(s):
883f3be
todo
Browse files
langchain-streamlit-demo/app.py
CHANGED
@@ -447,6 +447,10 @@ if st.session_state.llm:
|
|
447 |
callbacks.append(st_callback)
|
448 |
|
449 |
message_placeholder = st.empty()
|
|
|
|
|
|
|
|
|
450 |
# st.session_state.chain = get_runnable(
|
451 |
# use_document_chat,
|
452 |
# document_chat_chain_type,
|
|
|
447 |
callbacks.append(st_callback)
|
448 |
|
449 |
message_placeholder = st.empty()
|
450 |
+
# TODO use agent if openai or azure openai
|
451 |
+
# otherwise use runnable
|
452 |
+
# for agent + runnable, add to tools
|
453 |
+
|
454 |
# st.session_state.chain = get_runnable(
|
455 |
# use_document_chat,
|
456 |
# document_chat_chain_type,
|