mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-02 04:23:13 +08:00
5 lines
89 B
Python
5 lines
89 B
Python
import streamlit as st
|
|
from webui_pages.utils import *
|
|
|
|
def model_config_page():
|
|
pass |