feat(views): 添加自由对话场景

This commit is contained in:
cc 2026-03-23 20:33:47 +08:00
parent 00f4447bc9
commit 8c3b8d0ab7
1 changed files with 8 additions and 0 deletions

View File

@ -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.",
},
];
//