mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-20 13:59:32 +08:00
5 lines
104 B
Python
5 lines
104 B
Python
import streamlit as st
|
|
from webui_pages.utils import *
|
|
|
|
def model_config_page(api: ApiRequest):
|
|
pass |