Langchain-Chatchat/libs/chatchat-server/chatchat/webui_pages/model_config/model_config.py

8 lines
116 B
Python
Raw Normal View History

2024-12-20 16:04:03 +08:00
import streamlit as st
from chatchat.webui_pages.utils import *
def model_config_page(api: ApiRequest):
pass