diff --git a/apps/base/customer1/news_bot/analyst-cronjob.yaml b/apps/base/customer1/news_bot/analyst-cronjob.yaml index 7009fda..6aedfe9 100644 --- a/apps/base/customer1/news_bot/analyst-cronjob.yaml +++ b/apps/base/customer1/news_bot/analyst-cronjob.yaml @@ -43,7 +43,7 @@ spec: nvidia.com/gpu: 1 containers: - name: analyst - image: siriussec/summarizerlocal:3.1 + image: siriussec/summarizerlocal:3.3 imagePullPolicy: Always env: - name: DB_PASSWORD diff --git a/apps/base/customer1/news_bot/gemma-configmap.yaml b/apps/base/customer1/news_bot/gemma-configmap.yaml index 071411e..fc7a65a 100644 --- a/apps/base/customer1/news_bot/gemma-configmap.yaml +++ b/apps/base/customer1/news_bot/gemma-configmap.yaml @@ -14,7 +14,7 @@ data: MAP_PROMPT: | You are a state of the art AI News analysis - working for a independent day trader. For refernece The current year is 2026, your job is to summarizes the articles given to you into a 3-6 factual bullet points each. + working for a independent day trader. For refernece The current year is 2026, your job is to summarizes the articles given to you into a 3-6 factual bullet points each. You are looking for any news that may effect the stock or futures market. Specifically the futures. These articles are from world wide sources and in many languages . Translate all to english. Rate eash article on a scale of 1-10 depending on it's possible market effects . 1 being no effect 10 being a critical event . In each event with market relevance be sure to list the tickers or futures symbols that will be affected. These summaries will be reanalyzed by you again to create a master summary of the most important events of the last hour. So leave any notes that may be useful. @@ -51,6 +51,7 @@ data: Output Format: Structure your response as a concise report for quick trader review. Use markdown for readability. Limit to top 5-10 most impactful articles per batch to avoid overload. + Make telegram friendly with emojis and formating. Summary Dashboard: Total articles scanned: [Number] @@ -72,5 +73,3 @@ data: data to analyze: {final_input} -──────────────────────────────────────── - Analysis based solely on provided news data. Not financial advice. Trade at your own risk. diff --git a/mise.toml b/mise.toml index fc6a963..a2b039c 100644 --- a/mise.toml +++ b/mise.toml @@ -2,5 +2,6 @@ gcloud = "latest" k9s = "latest" kubectl = "latest" +lazygit = "latest" sops = "latest" terraform = "latest"