mirror of
				https://github.com/hiyouga/LLaMA-Factory.git
				synced 2025-11-04 18:02:19 +08:00 
			
		
		
		
	[data] Fix MiniCPMO default system prompt (#8906)
This commit is contained in:
		
							parent
							
								
									b8272a874b
								
							
						
					
					
						commit
						41648020db
					
				@ -1552,7 +1552,7 @@ register_template(
 | 
			
		||||
    format_assistant=StringFormatter(slots=["{{content}}<|im_end|>\n"]),
 | 
			
		||||
    format_system=StringFormatter(slots=["<|im_start|>system\n{{content}}<|im_end|>\n"]),
 | 
			
		||||
    stop_words=["<|im_end|>"],
 | 
			
		||||
    default_system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
 | 
			
		||||
    default_system="You are a helpful assistant. You can accept audio and text input and output voice and text.",
 | 
			
		||||
    mm_plugin=get_mm_plugin(name="minicpm_v", image_token="<image>", video_token="<video>", audio_token="<audio>"),
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user