From e978a15593f3bbb45e9fd21135f52e179e3e6ca6 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 15 Jan 2025 22:39:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E5=AF=BC=E5=85=A5=E5=B9=B6=E7=AE=80=E5=8C=96=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=B3=A8=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_lightrag_ollama_chat.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test_lightrag_ollama_chat.py b/test_lightrag_ollama_chat.py index ae32a3b8..b9902e77 100644 --- a/test_lightrag_ollama_chat.py +++ b/test_lightrag_ollama_chat.py @@ -12,9 +12,8 @@ LightRAG Ollama 兼容接口测试脚本 import requests import json import argparse -import os import time -from typing import Dict, Any, Optional, List, Callable, Tuple +from typing import Dict, Any, Optional, List, Callable from dataclasses import dataclass, asdict from datetime import datetime from pathlib import Path