Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid committed Dec 11, 2024
1 parent 9276ce6 commit 8d8f587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chains/text_to_title_chain.ex
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ defmodule LangChain.Chains.TextToTitleChain do
use Ecto.Schema
import Ecto.Changeset
require Logger
alias LangChain.PromptTemplate
alias __MODULE__
alias LangChain.PromptTemplate
alias LangChain.Chains.LLMChain
alias LangChain.LangChainError
alias LangChain.Utils
Expand Down

0 comments on commit 8d8f587

Please sign in to comment.