forked from Mirror/ollama4j
init
This commit is contained in:
parent
53fc9cf797
commit
46894f9ec4
@ -1,7 +1,7 @@
|
||||
package io.github.amithkoujalgi.ollama4j;
|
||||
|
||||
public enum OllamaModel {
|
||||
LLAMA2("llama2"), MISTRAL("mistral"), MEDLLAMA2("medllama2");
|
||||
LLAMA2("llama2"), MISTRAL("mistral"), MEDLLAMA2("medllama2"), CODELLAMA("codellama"), VICUNA("vicuna"), ORCAMINI("orca-mini"), sqlcoder("sqlcoder"), WIZARDMATH("wizard-math");
|
||||
|
||||
private final String model;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user