From 3dc820ab2c5aefc881633d031be215fefa5429ec Mon Sep 17 00:00:00 2001 From: Rathijit Paul Date: Tue, 26 Mar 2024 17:01:53 +0600 Subject: [PATCH] :lint: fix linting issue --- backend/app/router/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/router/orchestrator.py b/backend/app/router/orchestrator.py index 524c61de..481e164a 100644 --- a/backend/app/router/orchestrator.py +++ b/backend/app/router/orchestrator.py @@ -11,7 +11,7 @@ from app.rag.retrieval.pubmed.pubmedqueryengine import PubmedSearchQueryEngine from app.rag.reranker.response_reranker import TextEmbeddingInferenceRerankEngine from app.api.common.util import RouteCategory -from app.config import config, OPENAI_API_KEY, TOGETHER_KEY, ORCHESRATOR_ROUTER_PROMPT_PROGRAM +from app.config import OPENAI_API_KEY, TOGETHER_KEY, ORCHESRATOR_ROUTER_PROMPT_PROGRAM from app.services.search_utility import setup_logger import dspy