This commit is contained in:
Amith Koujalgi 2023-10-27 17:32:04 +05:30
parent 46894f9ec4
commit c1615a2005

View File

@ -1,7 +1,7 @@
package io.github.amithkoujalgi.ollama4j;
public enum OllamaModel {
LLAMA2("llama2"), MISTRAL("mistral"), MEDLLAMA2("medllama2"), CODELLAMA("codellama"), VICUNA("vicuna"), ORCAMINI("orca-mini"), sqlcoder("sqlcoder"), WIZARDMATH("wizard-math");
LLAMA2("llama2"), MISTRAL("mistral"), MEDLLAMA2("medllama2"), CODELLAMA("codellama"), VICUNA("vicuna"), ORCAMINI("orca-mini"), SQLCODER("sqlcoder"), WIZARDMATH("wizard-math");
private final String model;