Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini256 committed Jan 10, 2025
1 parent f266da9 commit b461cfe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/app/api/admin_routes/llm/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@
from app.api.deps import CurrentSuperuserDep, SessionDep
from app.exceptions import InternalServerError, LLMNotFound
from app.models import AdminLLM, LLM, ChatEngine, KnowledgeBase
from app.rag.llms import get_llm, LLMProviderOption, llm_provider_options
from app.repositories.llm import llm_repo
from app.rag.llms import (
get_llm,
LLMProviderOption,
llm_provider_options,
)

router = APIRouter()
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit b461cfe

Please sign in to comment.