MCPcopy
hub / github.com/Akegarasu/ChatGLM-webui / init

Function init

webui.py:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25
26def init():
27 ensure_output_dirs()
28 load_model()
29
30
31def wait_on_server(ui=None):

Callers 1

webui.pyFile · 0.85

Calls 2

load_modelFunction · 0.90
ensure_output_dirsFunction · 0.85

Tested by

no test coverage detected