mirror of
				https://github.com/amithkoujalgi/ollama4j.git
				synced 2025-11-04 10:30:41 +01:00 
			
		
		
		
	init
This commit is contained in:
		@@ -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;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user