mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-04 09:49:20 +08:00
Update model_server.py
This commit is contained in:
@@ -210,8 +210,8 @@ class StreamManager:
|
|||||||
|
|
||||||
logger.info(f'msg_type is {msg_type}')
|
logger.info(f'msg_type is {msg_type}')
|
||||||
if msg_type <= 1: #audio
|
if msg_type <= 1: #audio
|
||||||
audio_voice_clone_prompt = "克隆音频提示中的音色以生成语音。"
|
audio_voice_clone_prompt = "Use the voice in the audio prompt to synthesize new content."
|
||||||
audio_assistant_prompt = "Your task is to be a helpful assistant using this voice pattern."
|
audio_assistant_prompt = "You are a helpful assistant with the above voice style."
|
||||||
ref_path = self.ref_path_default
|
ref_path = self.ref_path_default
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user