From 9a2afc9484d9a7db93bd2b946a6a963672c327d1 Mon Sep 17 00:00:00 2001 From: Magic_yuan <317617749@qq.com> Date: Wed, 11 Dec 2024 14:06:55 +0800 Subject: [PATCH] =?UTF-8?q?style(lightrag):=20=E8=B0=83=E6=95=B4=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lightrag/llm.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lightrag/llm.py b/lightrag/llm.py index e0277248..f3fed23f 100644 --- a/lightrag/llm.py +++ b/lightrag/llm.py @@ -29,7 +29,8 @@ from transformers import AutoTokenizer, AutoModelForCausalLM from .utils import ( wrap_embedding_func_with_attrs, locate_json_string_body_from_string, - safe_unicode_decode, logger, + safe_unicode_decode, + logger, ) import sys