Skip to content

Commit 2397be4

Browse files
committed
Add new Ollama models: LLAMA3_2_3B
Signed-off-by: 蕭洛 <[email protected]>
1 parent 70fe412 commit 2397be4

File tree

1 file changed

+5
-0
lines changed
  • models/spring-ai-ollama/src/main/java/org/springframework/ai/ollama/api

1 file changed

+5
-0
lines changed

models/spring-ai-ollama/src/main/java/org/springframework/ai/ollama/api/OllamaModel.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ public enum OllamaModel implements ChatModelDescription {
6767
*/
6868
LLAMA3_2_1B("llama3.2:1b"),
6969

70+
/**
71+
* The Llama 3.2 3B language model from Meta.
72+
*/
73+
LLAMA3_2_3B("llama3.2:3b"),
74+
7075
/**
7176
* The 7B parameters model
7277
*/

0 commit comments

Comments
 (0)