disable non-chat Llama-2
This commit is contained in:
		
							parent
							
								
									fb2290308f
								
							
						
					
					
						commit
						91885384a1
					
				| 
						 | 
					@ -46,10 +46,10 @@ export const chatModels : Record<string, ModelDetail> = {
 | 
				
			||||||
        label: 'Petals - Guanaco-65b',
 | 
					        label: 'Petals - Guanaco-65b',
 | 
				
			||||||
        max: 2048
 | 
					        max: 2048
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      'meta-llama/Llama-2-70b-hf': {
 | 
					      // 'meta-llama/Llama-2-70b-hf': {
 | 
				
			||||||
        ...chatModelBase,
 | 
					      //   ...chatModelBase,
 | 
				
			||||||
        label: 'Petals - Llama-2-70b'
 | 
					      //   label: 'Petals - Llama-2-70b'
 | 
				
			||||||
      },
 | 
					      // },
 | 
				
			||||||
      'meta-llama/Llama-2-70b-chat-hf': {
 | 
					      'meta-llama/Llama-2-70b-chat-hf': {
 | 
				
			||||||
        ...chatModelBase,
 | 
					        ...chatModelBase,
 | 
				
			||||||
        label: 'Petals - Llama-2-70b-chat',
 | 
					        label: 'Petals - Llama-2-70b-chat',
 | 
				
			||||||
| 
						 | 
					@ -64,8 +64,7 @@ export const chatModels : Record<string, ModelDetail> = {
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      'stabilityai/StableBeluga2': {
 | 
					      'stabilityai/StableBeluga2': {
 | 
				
			||||||
        ...chatModelBase,
 | 
					        ...chatModelBase,
 | 
				
			||||||
        label: 'Petals - StableBeluga-2',
 | 
					        label: 'Petals - StableBeluga-2'
 | 
				
			||||||
        max: 2048
 | 
					 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue