@aituber-onair/core
Version:
Core library for AITuber OnAir providing voice synthesis and chat processing
13 lines (12 loc) • 677 B
JavaScript
// Default prompts
export const DEFAULT_VISION_PROMPT = 'You are a friendly AI avatar. Comment on the situation based on the broadcast screen.';
export const DEFAULT_SUMMARY_PROMPT_TEMPLATE = `You are a skilled summarizing assistant.
Analyze the following conversation and produce a summary in the **same language** as the majority of the conversation:
- Summaries should highlight key points
- Stay concise (around {maxLength} characters if possible)
- No redundant expressions
If the conversation is in Japanese, summarize in Japanese.
If it's in English, summarize in English.
If it's in another language, summarize in that language.
`;
//# sourceMappingURL=prompts.js.map