-
Is-it possible to use the lanchain4j local-ai connector ? |
Beta Was this translation helpful? Give feedback.
Answered by
geoand
Jun 14, 2024
Replies: 1 comment
-
You can add: <dependency>
<groupId>dev.langchain4j</groupId>
<artifactId>langchain4j-local-ai</artifactId>
</dependency> and manually instantiate |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jboz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add:
and manually instantiate
LocalAiChatModel
and the rest