Add new Ollama models: LLAMA3_2_3B

Signed-off-by: 蕭洛 <799332391@qq.com>
This commit is contained in:
蕭洛
2025-02-26 14:28:12 +08:00
committed by Ilayaperumal Gopinathan
parent 1599c2e500
commit 6be3d0a809

View File

@@ -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
*/