Skip to content

Commit

Permalink
fix the checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahXu718 committed Oct 26, 2024
1 parent 09f1230 commit c576553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import org.jabref.logic.ai.AiPreferences;
import org.jabref.logic.ai.chatting.AiChatLogic;
import org.jabref.logic.l10n.Localization;
import org.jabref.model.ai.AiProvider;

import com.google.common.util.concurrent.ThreadFactoryBuilder;
import dev.langchain4j.data.message.AiMessage;
Expand All @@ -20,7 +21,6 @@
import dev.langchain4j.model.huggingface.HuggingFaceChatModel;
import dev.langchain4j.model.mistralai.MistralAiChatModel;
import dev.langchain4j.model.output.Response;
import org.jabref.model.ai.AiProvider;

/**
* Wrapper around langchain4j chat language model.
Expand Down

0 comments on commit c576553

Please sign in to comment.