diff --git a/app/streamlit/tests/test_chatbot.py b/app/streamlit/tests/test_chatbot.py index 447f8c4..2540a9e 100644 --- a/app/streamlit/tests/test_chatbot.py +++ b/app/streamlit/tests/test_chatbot.py @@ -7,7 +7,6 @@ from langchain_community.llms.moonshot import Moonshot import sys sys.path.append(".") import streamlit as st -import pytest from unittest.mock import patch from Chatbot import CHAT_MODEL_PROVIDER, INPUT_CHROMADB_LOCAL, COLLECTION_NAME, cot_template, answer_template