mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-05-15 11:57:12 +02:00
init
This commit is contained in:
parent
53fc9cf797
commit
46894f9ec4
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user