Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 11, 2024
1 parent 31c6e4a commit 5f3eaa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llm_core/llm_core/utils/llm_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from typing import Type, TypeVar, List
from pydantic import BaseModel
import tiktoken
from langchain.chat_models import ChatOpenAI
from langchain.base_language import BaseLanguageModel
from langchain.prompts import (
ChatPromptTemplate,
Expand Down

0 comments on commit 5f3eaa0

Please sign in to comment.