forked from jan-leila/nix-config
		
	updated list of models on twilight
This commit is contained in:
		
							parent
							
								
									3f88b989d1
								
							
						
					
					
						commit
						2c77cf2ed4
					
				
					 1 changed files with 9 additions and 18 deletions
				
			
		|  | @ -37,54 +37,45 @@ | ||||||
|         # conversation models |         # conversation models | ||||||
|         "lamma3.1:8b" = { |         "lamma3.1:8b" = { | ||||||
|           model = "lamma3.1:8b"; |           model = "lamma3.1:8b"; | ||||||
|           # TODO: figure out what should be in this array |           roles = ["chat" "edit" "apply"]; | ||||||
|           # roles = [""]; |  | ||||||
|         }; |         }; | ||||||
|         "deepseek-r1:8b" = { |         "deepseek-r1:8b" = { | ||||||
|           model = "deepseek-r1:8b"; |           model = "deepseek-r1:8b"; | ||||||
|           # TODO: figure out what should be in this array |           roles = ["chat" "edit" "apply"]; | ||||||
|           # roles = [""]; |  | ||||||
|         }; |         }; | ||||||
|         "deepseek-r1:32b" = { |         "deepseek-r1:32b" = { | ||||||
|           model = "deepseek-r1:32b"; |           model = "deepseek-r1:32b"; | ||||||
|           # TODO: figure out what should be in this array |           roles = ["chat" "edit" "apply"]; | ||||||
|           # roles = [""]; |  | ||||||
|         }; |         }; | ||||||
| 
 | 
 | ||||||
|         # auto complete models |         # auto complete models | ||||||
|         "qwen2.5-coder:1.5b-base" = { |         "qwen2.5-coder:1.5b-base" = { | ||||||
|           model = "qwen2.5-coder:1.5b-base"; |           model = "qwen2.5-coder:1.5b-base"; | ||||||
|           # TODO: figure out what should be in this array |           roles = ["autocomplete"]; | ||||||
|           # roles = [""]; |  | ||||||
|         }; |         }; | ||||||
|         "qwen2.5-coder:7b" = { |         "qwen2.5-coder:7b" = { | ||||||
|           model = "qwen2.5-coder:7b"; |           model = "qwen2.5-coder:7b"; | ||||||
|           # TODO: figure out what should be in this array |           roles = ["autocomplete"]; | ||||||
|           # roles = [""]; |  | ||||||
|         }; |         }; | ||||||
|         "deepseek-coder:6.7b" = { |         "deepseek-coder:6.7b" = { | ||||||
|           model = "deepseek-coder:6.7b"; |           model = "deepseek-coder:6.7b"; | ||||||
|           # TODO: figure out what should be in this array |           roles = ["autocomplete"]; | ||||||
|           # roles = [""]; |  | ||||||
|         }; |         }; | ||||||
|         "deepseek-coder:33b" = { |         "deepseek-coder:33b" = { | ||||||
|           model = "deepseek-coder:33b"; |           model = "deepseek-coder:33b"; | ||||||
|           # TODO: figure out what should be in this array |           roles = ["autocomplete"]; | ||||||
|           # roles = [""]; |  | ||||||
|         }; |         }; | ||||||
| 
 | 
 | ||||||
|         # agent models |         # agent models | ||||||
|         "qwen3:32b" = { |         "qwen3:32b" = { | ||||||
|           model = "qwen3:32b"; |           model = "qwen3:32b"; | ||||||
|           # TODO: figure out what should be in this array |           roles = ["chat" "edit" "apply"]; | ||||||
|           # roles = [""]; |  | ||||||
|         }; |         }; | ||||||
| 
 | 
 | ||||||
|         # embedding models |         # embedding models | ||||||
|         "nomic-embed-text:latest" = { |         "nomic-embed-text:latest" = { | ||||||
|           model = "nomic-embed-text:latest"; |           model = "nomic-embed-text:latest"; | ||||||
|           # TODO: figure out what should be in this array |           roles = ["embed"]; | ||||||
|           # roles = [""]; |  | ||||||
|         }; |         }; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue