✨ feat(views): 添加自由对话场景
This commit is contained in:
parent
00f4447bc9
commit
8c3b8d0ab7
|
|
@ -48,6 +48,14 @@ const scenes = [
|
|||
systemPrompt:
|
||||
"You are a helpful travel guide for teenage students. Role-play travel scenarios suitable for young learners: asking for directions, ordering at a restaurant, buying tickets, and checking into a hotel. Use simple and practical English. Keep responses short and easy to follow.",
|
||||
},
|
||||
{
|
||||
id: "free",
|
||||
name: "自由对话",
|
||||
emoji: "💬",
|
||||
greeting: "Hey! I'm here to chat with you about anything you'd like! You can choose any topic — your dreams, daily life, thoughts, or just something fun. Feel free to express yourself. So, what would you like to talk about today?",
|
||||
systemPrompt:
|
||||
"You are a versatile English tutor for middle and high school students. Have open conversations on any topic the student wants to discuss. Be flexible, supportive, and encouraging. Use natural, teen-friendly English. Keep responses to 2-3 sentences. Gently correct grammar mistakes and help the student improve.",
|
||||
},
|
||||
];
|
||||
|
||||
// 英语音色列表
|
||||
|
|
|
|||
Loading…
Reference in New Issue