This commit is contained in:
leehk 2025-03-06 11:41:19 +08:00
parent c5f31da81a
commit 6ef767d58a

View File

@ -7,7 +7,6 @@ from langchain_community.llms.moonshot import Moonshot
import sys import sys
sys.path.append(".") sys.path.append(".")
import streamlit as st import streamlit as st
import pytest
from unittest.mock import patch from unittest.mock import patch
from Chatbot import CHAT_MODEL_PROVIDER, INPUT_CHROMADB_LOCAL, COLLECTION_NAME, cot_template, answer_template from Chatbot import CHAT_MODEL_PROVIDER, INPUT_CHROMADB_LOCAL, COLLECTION_NAME, cot_template, answer_template