From d54a105e550a88f7506fcdd1ca82be97e09d8341 Mon Sep 17 00:00:00 2001 From: coder Date: Thu, 9 Apr 2026 16:52:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2API?= =?UTF-8?q?=E6=8A=A5=E9=94=99=20-=20=E6=B7=BB=E5=8A=A0=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84QueryLog=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.py b/services.py index 159e4e6..25b5a46 100644 --- a/services.py +++ b/services.py @@ -13,7 +13,7 @@ from openai import OpenAI from flask import current_app from config import LLM_CONFIG, DOC_CONFIG, INDEX_CONFIG -from models import db, Document, DocumentChunk, InvertedIndex, IndexStats +from models import db, Document, DocumentChunk, InvertedIndex, IndexStats, QueryLog def get_llm_config():