mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-07 15:38:27 +08:00
update chatglm_llm.py
This commit is contained in:
parent
e4df46bcaa
commit
3d33191bd7
@ -4,7 +4,6 @@ from typing import Optional, List
|
|||||||
from models.loader import LoaderCheckPoint
|
from models.loader import LoaderCheckPoint
|
||||||
from models.base import (BaseAnswer,
|
from models.base import (BaseAnswer,
|
||||||
AnswerResult)
|
AnswerResult)
|
||||||
import transformers
|
|
||||||
|
|
||||||
|
|
||||||
class ChatGLM(BaseAnswer, LLM, ABC):
|
class ChatGLM(BaseAnswer, LLM, ABC):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user