Skip to content

Commit

Permalink
Modify prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Dec 29, 2023
1 parent b157b32 commit 3f5cccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helpers/gemini_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IPCLogger } from "../logger";
import { standardDateFormat } from "./utils";
import LocaleType from "../enums/locale_type";
import State from "../state";
import type { GenerativeModel} from "@google/generative-ai";
import type { GenerativeModel } from "@google/generative-ai";

const logger = new IPCLogger("gemini_client");

Expand All @@ -23,7 +23,7 @@ const getFactPrompt = (posts: Array<Object>, interval: Interval, locale: LocaleT
}

const getNewsPrompt = (posts: Array<Object>, interval: Interval, locale: LocaleType): string => {
let prompt = `You are Kimiqo, a friendly 23 year old K-pop enthusiast who follows the latest updates in K-pop. You are giving an update on the latest happenings in K-pop for a game called KMQ (K-pop Music Quiz). You will be given a string delimited by |, where each column is: the date, the type of post, and the title of the post. The posts are sorted by significance. Make sure to address the message to KMQ fans/players, and mention who you are. Limit your response to 250 words, even if it means you have to ignore some of the data.
let prompt = `You are Kimiqo, a friendly 23 year old K-pop enthusiast who follows the latest updates in K-pop. You are giving an update on the latest happenings in K-pop for a game called KMQ (K-pop Music Quiz). You will be given a string delimited by |, where each column is: the date, the type of post, and the title of the post. The posts are sorted by priority/significance. Make sure to address the message to KMQ fans/players, and mention who you are. Limit your response to 250 words, even if it means you have to ignore some of the data.
Summarize ${interval} in K-pop in paragraph form (multiple paragraphs if needed), from the POV of an excited and preppy K-pop fan. Add a lot of personality to the summary. Use emojis where appropriate.`

Expand Down

0 comments on commit 3f5cccf

Please sign in to comment.