ZH-007

Results 1 comments of ZH-007

> > qwen1.5移除了chat和chat_stream,可以参考https://qwen.readthedocs.io/en/latest/inference/chat.html 只要修改bridge_qwen_local.py中的llm_stream_generator即可 > > ``` > > device = get_conf('LOCAL_MODEL_DEVICE') > > system_prompt = get_conf('INIT_SYS_PROMPT') > > ``` > > > > > > > > > >...