update chatglm_llm.py
This commit is contained in:
parent
be5f14278c
commit
25ecc7f820
|
|
@ -1,6 +1,4 @@
|
||||||
import json
|
import json
|
||||||
import os
|
|
||||||
|
|
||||||
from langchain.llms.base import LLM
|
from langchain.llms.base import LLM
|
||||||
from typing import Optional, List
|
from typing import Optional, List
|
||||||
from langchain.llms.utils import enforce_stop_tokens
|
from langchain.llms.utils import enforce_stop_tokens
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue