mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-26 16:53:36 +08:00
5 lines
113 B
Python
5 lines
113 B
Python
import streamlit as st
|
|
from chatchat.webui_pages.utils import *
|
|
|
|
def model_config_page(api: ApiRequest):
|
|
pass |