forked from jan-leila/nix-config
		
	organized models for twilight
This commit is contained in:
		
							parent
							
								
									c951860930
								
							
						
					
					
						commit
						c6ec40a3f7
					
				
					 1 changed files with 13 additions and 3 deletions
				
			
		|  | @ -37,12 +37,22 @@ | ||||||
|       enable = true; |       enable = true; | ||||||
| 
 | 
 | ||||||
|       loadModels = [ |       loadModels = [ | ||||||
|  |         # conversation models | ||||||
|         "llama3.1:8b" |         "llama3.1:8b" | ||||||
|         "qwen2.5-coder:1.5b-base" |  | ||||||
|         "nomic-embed-text:latest" |  | ||||||
|         "deepseek-coder:6.7b" |  | ||||||
|         "deepseek-r1:8b" |         "deepseek-r1:8b" | ||||||
|         "deepseek-r1:32b" |         "deepseek-r1:32b" | ||||||
|  | 
 | ||||||
|  |         # auto complete models | ||||||
|  |         "qwen2.5-coder:1.5b-base" | ||||||
|  |         "qwen2.5-coder:7b" | ||||||
|  |         "deepseek-coder:6.7b" | ||||||
|  |         "deepseek-coder:33b" | ||||||
|  | 
 | ||||||
|  |         # agent models | ||||||
|  |         "qwen3:32b" | ||||||
|  | 
 | ||||||
|  |         # embedding models | ||||||
|  |         "nomic-embed-text:latest" | ||||||
|       ]; |       ]; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue