This commit is contained in:
Amith Koujalgi 2023-10-27 17:31:45 +05:30
parent 53fc9cf797
commit 46894f9ec4

View File

@ -1,7 +1,7 @@
package io.github.amithkoujalgi.ollama4j; package io.github.amithkoujalgi.ollama4j;
public enum OllamaModel { 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; private final String model;