feat: add LLM models
This commit is contained in:
		
							parent
							
								
									abacbb57d7
								
							
						
					
					
						commit
						06c181c610
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11,8 +11,12 @@
 | 
			
		|||
    # Language models to install
 | 
			
		||||
    loadModels = [
 | 
			
		||||
      "deepseek-coder-v2"
 | 
			
		||||
      "llama3"
 | 
			
		||||
      "mannix/llama3.1-8b-abliterated"
 | 
			
		||||
      # these were dependencies for continue.dev
 | 
			
		||||
      # but idk if i'll end up using it
 | 
			
		||||
      # for now we shall keep them
 | 
			
		||||
      "llama3.1:8b"
 | 
			
		||||
      "qwen2.5-coder:1.5b-base"
 | 
			
		||||
      "nomic-embed-text:latest"
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue