mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 03:47:13 +02:00
Merge pull request #89 from kwongiho/main
Add support for deepseek-r1 model
This commit is contained in:
commit
ab70201844
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user