Add new Ollama models: LLAMA3_2_3B
Signed-off-by: 蕭洛 <799332391@qq.com>
This commit is contained in:
committed by
Ilayaperumal Gopinathan
parent
1599c2e500
commit
6be3d0a809
@@ -67,6 +67,11 @@ public enum OllamaModel implements ChatModelDescription {
|
||||
*/
|
||||
LLAMA3_2_1B("llama3.2:1b"),
|
||||
|
||||
/**
|
||||
* The Llama 3.2 3B language model from Meta.
|
||||
*/
|
||||
LLAMA3_2_3B("llama3.2:3b"),
|
||||
|
||||
/**
|
||||
* The 7B parameters model
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user