mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-22 14:57:02 +08:00
loader.py: 模型重载 定义 generatorAnswer 增加 AnswerResultStream 定义generate_with_callback收集器,在每次响应时将队列数据同步到AnswerResult requirements.txt 变更项目依赖
5 lines
96 B
Python
5 lines
96 B
Python
|
|
from .chatglm_llm import ChatGLM
|
|
from .llama_llm import LLamaLLM
|
|
from .moss_llm import MOSSLLM
|