Skip to content

Commit f62e123

Browse files
committed
updated to a later LLM model: llama3.2:latest
1 parent 3d61428 commit f62e123

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

langchain4j-ollama/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.idea
2+
.codegpt
3+

langchain4j-ollama/src/test/java/com/markwatson/langchain4j_ollama/OllamaLlmLangChain4jTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static Test suite()
3434
*/
3535
public void testCompletion() throws Exception {
3636
String r =
37-
OllamaLlmLangChain4j.getCompletion("Translate the following English text to French: 'Hello, how are you?'", "llama3:instruct");
37+
OllamaLlmLangChain4j.getCompletion("Translate the following English text to French: 'Hello, how are you?'", "llama3.2:latest");
3838
System.out.println("\n\n&&&&&&&&&&\n\ncompletion: " + r);
3939
assertTrue( true );
4040
}

0 commit comments

Comments
 (0)