From 7b5859129b5682a845324e7052bed830a550cf22 Mon Sep 17 00:00:00 2001 From: fatwang2 Date: Mon, 18 Mar 2024 03:43:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + search4all.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cd5b20e..afd469c 100644 --- a/.gitignore +++ b/.gitignore @@ -177,6 +177,7 @@ node_modules/ # production /build +/ui # misc .DS_Store .idea diff --git a/search4all.py b/search4all.py index cd9bc11..7591f31 100644 --- a/search4all.py +++ b/search4all.py @@ -7,7 +7,6 @@ import traceback import httpx from typing import Annotated, List, Generator from openai import AsyncOpenAI -from openai import AsyncOpenAI from loguru import logger from dotenv import load_dotenv load_dotenv()