Merge pull request #89 from kwongiho/main

Add support for deepseek-r1 model
This commit is contained in:
Amith Koujalgi 2025-02-01 00:00:26 +05:30 committed by GitHub
commit ab70201844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@ public class OllamaModelType {
public static final String LLAMA3_1 = "llama3.1";
public static final String MISTRAL = "mistral";
public static final String MIXTRAL = "mixtral";
public static final String DEEPSEEK_R1 = "deepseek-r1";
public static final String LLAVA = "llava";
public static final String LLAVA_PHI3 = "llava-phi3";
public static final String NEURAL_CHAT = "neural-chat";