fix chat and knowledge_base_chat
This commit is contained in:
parent
23421204dc
commit
087bb37e08
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue