Code Formatting (#1828)
This commit is contained in:
@@ -8,8 +8,7 @@ import streamlit as st
|
||||
|
||||
from embedchain import App
|
||||
from embedchain.config import BaseLlmConfig
|
||||
from embedchain.helpers.callbacks import (StreamingStdOutCallbackHandlerYield,
|
||||
generate)
|
||||
from embedchain.helpers.callbacks import StreamingStdOutCallbackHandlerYield, generate
|
||||
|
||||
|
||||
def embedchain_bot(db_path, api_key):
|
||||
|
||||
@@ -8,8 +8,7 @@ import streamlit as st
|
||||
|
||||
from embedchain import App
|
||||
from embedchain.config import BaseLlmConfig
|
||||
from embedchain.helpers.callbacks import (StreamingStdOutCallbackHandlerYield,
|
||||
generate)
|
||||
from embedchain.helpers.callbacks import StreamingStdOutCallbackHandlerYield, generate
|
||||
|
||||
|
||||
@st.cache_resource
|
||||
|
||||
@@ -4,8 +4,7 @@ import streamlit as st
|
||||
|
||||
from embedchain import App
|
||||
from embedchain.config import BaseLlmConfig
|
||||
from embedchain.helpers.callbacks import (StreamingStdOutCallbackHandlerYield,
|
||||
generate)
|
||||
from embedchain.helpers.callbacks import StreamingStdOutCallbackHandlerYield, generate
|
||||
|
||||
|
||||
@st.cache_resource
|
||||
|
||||
Reference in New Issue
Block a user