8 lines
116 B
Python
8 lines
116 B
Python
|
|
import streamlit as st
|
||
|
|
|
||
|
|
from chatchat.webui_pages.utils import *
|
||
|
|
|
||
|
|
|
||
|
|
def model_config_page(api: ApiRequest):
|
||
|
|
pass
|