Skip to content

Commit

Permalink
revert change to LLMChain import module
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Oct 18, 2024
1 parent 388b0bb commit 2b1083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/chat_handlers/fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from jupyter_ai.models import CellWithErrorSelection, HumanChatMessage
from jupyter_ai_magics.providers import BaseProvider
from langchain.chains.llm import LLMChain
from langchain.chains import LLMChain
from langchain.prompts import PromptTemplate

from .base import BaseChatHandler, SlashCommandRoutingType
Expand Down

0 comments on commit 2b1083b

Please sign in to comment.