Skip to content

Commit

Permalink
Finetuning AI prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatu Päkkilä committed Oct 10, 2023
1 parent 0d15554 commit 01c5746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export async function helloLunchChannelInternal() {
const scrapedMenuData: any = await scrapeRssFeed(restaurantUrl);
const currentDayDishes = getCurrentDayDishes(scrapedMenuData);

const prompt = 'Kuvaile nämä ruokalajit lyhyesti ja suosittele minulle yhtä niistä. ' + currentDayDishes;

const prompt =
`Kuvaile näitä ruokalajeja lyhyesti mutta hauskasti ja anna suositus mitä syödä. Lisää viestiin ruokalajia kuvaava emoji. ${currentDayDishes} Tähän loppuun hauskasti sanottuna pyyntö reagoida emojilla, jos olet tulossa mukaan syömään!`;
const completion = await queryOpenAI(openAiUrl, prompt);

postToSlack(slackUrl, currentDayDishes, completion);
Expand Down

0 comments on commit 01c5746

Please sign in to comment.