Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
psyray committed Nov 12, 2024
1 parent 7e87530 commit e7e56c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/reNgine/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from abc import ABC, abstractmethod
import openai
from langchain_community.llms import Ollama
import json
import re
from reNgine.llm.config import LLM_CONFIG
from reNgine.llm.utils import get_default_llm_model
from reNgine.llm.validators import LLMProvider, LLMResponse
Expand Down

0 comments on commit e7e56c1

Please sign in to comment.