llama-python-streamingllm / mods /btn_submit_vo_suggest.py
Limour's picture
Upload 3 files
92a8514 verified
raw
history blame
No virus
282 Bytes
def init(cfg):
# ========== 自定义组合建的功能 ==========
combine = cfg['btn_submit_vo_suggest_combine']
tmp = cfg['btn_submit_vo_suggest'].click(**cfg['btn_start'])
for f in combine:
tmp = tmp.success(**cfg[f])
tmp.success(**cfg['btn_finish'])