Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

feat: improve prompt content for generating plot summary #206

Closed Rebekah-Chuang closed 6 months ago

Rebekah-Chuang commented 6 months ago

This PR improves the prompt content for generating a plot summary. The prompt has been updated to provide clear instructions and guidelines for the user to follow when generating the summary. The new prompt includes specific aspects to cover, such as plot summary, plot type, themes and messages, character development, symbolism and motifs, plot components, plot analysis, and insights and interpretations. The prompt is now more detailed, insightful, and well-organized, ensuring that the generated plot summaries are comprehensive and informative.

The model used in the process has also been changed from gemini-pro-vision(1.0) to gemini-1.5-pro-latest for better response.

closes #204