gcloud-lab/apps/base/customer1/news_bot/gemma-configmap.yaml
Hermes Agent e8f33a7bd0 Migrate news bot to rtx6000-brain vLLM endpoint
- Replace Gemini API and A100 vLLM references with central rtx6000-brain vLLM
  endpoint (http://rtx6000-brain-service.customer1.svc.cluster.local:8000/v1)
- Update all ConfigMaps to use model edp1096/Huihui-Qwen3.6-27B-abliterated-FP8
- Add LLM_API_KEY: sk-dummy to all ConfigMaps
- Remove ollama sidecars, initContainers, PVC volumes from all analyst CronJobs
- Remove GPU nodeSelector, tolerations, and GPU resource requests from CronJobs
- Clean up kustomization.yaml: remove ollama-storage.yaml, deepseek-storage.yaml,
  gemini-apikey.yaml references
- Activate deepseek-summarizer.yaml in kustomization, keep others commented
2026-05-27 04:25:41 +00:00

63 lines
2.5 KiB
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: gemma-config
namespace: customer1
data:
DB_HOST: "siriusdevops-pgdb-rw"
DB_NAME: "news_app_db"
DB_USER: "news_app"
DB_PORT: "5432"
LLM_BASE_URL: "http://rtx6000-brain-service.customer1.svc.cluster.local:8000/v1"
MODEL_NAME: "edp1096/Huihui-Qwen3.6-27B-abliterated-FP8"
LLM_API_KEY: "sk-dummy"
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.
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.
data:
{batch_text}
SUMMARY_PROMPT: |
Role: Futures Analyst AI for funded traders.
Objective: Extract actionable "edges" and volatility signals from news batches for Equity Indices, Energies, Metals, Ag, and FX.
Task:
Filter: Ignore noise (sports, entertainment, local). Deep-analyze only top 5-10 high-signal articles.
Criteria: Scan for Economic Data (Fed/CPI), Geopolitics, Supply/Demand shifts, and Corporate news impacting futures.
Analyze: Assess Impact (H/M/L), Direction (Bullish/Bearish), Trading Edge (actionable strategy), and Confidence Score (1-10).
Output (Telegram-friendly Markdown + Emojis):
📊 Summary Dashboard
Scanned: [Total] | Relevant: [Count]
Affected: [e.g., CL, ES, NQ]
Alert: [Brief sentiment summary]
🔥 Detailed Insights (Title/Source/Time)
Summary: [1-2 sentences]
Impact: [Contract/Direction/Rationale]
Trading Edge: [Actionable entry/exit/monitoring signal]
Confidence: [1-10]
👀 Watchlist: [Low-impact/monitoring items]
If empty, output: "No significant futures-impacting news in this batch."
Constraint: Objective, data-driven, no hype. Use historical analogies to quantify moves where possible.
Data to analyze: {final_input}