Added llama3.1

Signed-off-by: Amith Koujalgi <koujalgi.amith@gmail.com>
This commit is contained in:
Amith Koujalgi 2024-09-05 01:24:13 +05:30
parent fd961d7037
commit 660a1b937a
No known key found for this signature in database
GPG Key ID: DB1B1F147EE8A338

View File

@ -14,6 +14,8 @@ public class OllamaModelType {
public static final String LLAMA2 = "llama2";
public static final String LLAMA3 = "llama3";
public static final String LLAMA3_1 = "llama3.1";
public static final String MISTRAL = "mistral";
public static final String MIXTRAL = "mixtral";
public static final String LLAVA = "llava";