Langchain-Chatchat/webui_pages/model_config/model_config.py

5 lines
89 B
Python
Raw Normal View History

2023-08-01 14:47:38 +08:00
import streamlit as st
from webui_pages.utils import *
def model_config_page():
pass