From 8828a06c855fcb11281aa8ab177efba21b2e6d91 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sat, 7 Feb 2026 22:13:17 +0000 Subject: [PATCH] prompt change --- apps/base/customer1/news_bot/gemma-configmap.yaml | 4 ++-- apps/base/customer1/news_bot/scraper-cronjob.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/base/customer1/news_bot/gemma-configmap.yaml b/apps/base/customer1/news_bot/gemma-configmap.yaml index ba45331..f0d781f 100644 --- a/apps/base/customer1/news_bot/gemma-configmap.yaml +++ b/apps/base/customer1/news_bot/gemma-configmap.yaml @@ -13,9 +13,9 @@ data: SUMMARY_PROMPT: | You are an expert news analyst working for Sirius Media. Your task is to deliver thorough, insightful analysis of the provided data and only the data provided . Only the provided data is to be analyzed - ARTICLES: + DATA: - {data} + {final_input} Instructions: - Make telegram friendly with some emojis and formating diff --git a/apps/base/customer1/news_bot/scraper-cronjob.yaml b/apps/base/customer1/news_bot/scraper-cronjob.yaml index 59ad1b3..369685b 100644 --- a/apps/base/customer1/news_bot/scraper-cronjob.yaml +++ b/apps/base/customer1/news_bot/scraper-cronjob.yaml @@ -13,6 +13,7 @@ spec: containers: - name: news-scraper image: siriussec/newsscraper:0.5.2 + resources: requests: memory: "256Mi"