fix chat and knowledge_base_chat

This commit is contained in:
liunux4odoo 2023-08-14 10:35:47 +08:00 committed by imClumsyPanda
parent 23421204dc
commit 087bb37e08
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from fastapi import Body, Request
from fastapi import Body
from fastapi.responses import StreamingResponse
from configs.model_config import (llm_model_dict, LLM_MODEL, PROMPT_TEMPLATE,
VECTOR_SEARCH_TOP_K)