This website requires JavaScript.
Explore
Help
Register
Sign In
weiweiw
/
Langchain-Chatchat
Watch
1
Star
0
Fork
You've already forked Langchain-Chatchat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8d0f8a5d67
Langchain-Chatchat
/
webui_pages
/
model_config
/
model_config.py
5 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
add webui_pages
2023-08-01 14:47:38 +08:00
import
streamlit
as
st
from
webui_pages
.
utils
import
*
update webui.py
2023-08-01 15:08:19 +08:00
def
model_config_page
(
api
:
ApiRequest
)
:
add webui_pages
2023-08-01 14:47:38 +08:00
pass