Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: optimize the prompt words for front matter #2140

Merged
merged 3 commits into from
Sep 15, 2024

Commits on Aug 3, 2024

  1. Update page.server.ts, Optimize the prompt words

    Optimize the prompt words so that the AI ​​summary skips the Front Matter part
    The original prompt might mistakenly identify the time in the Front Matter as part of the article content, such as in my article https://x.vriancao.top/a-simple-cf-workers-ai-example, where AI incorrectly recognized the time "May 1, 2024, 18:00:00" in the Front Matter as the time when Cloudflare launched Workers AI.
    KintaMiao authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    33fa2b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7a995 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Update page.server.ts

    Consider the case without Front Matter.
    KintaMiao authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    230fe39 View commit details
    Browse the repository at this point in the history