change prompt

This commit is contained in:
sirius0xdev 2026-02-13 03:29:06 +00:00
parent 025ddab2eb
commit 8b3eec8cdc
2 changed files with 3 additions and 6 deletions

View file

@ -16,9 +16,6 @@ data:
Your ONLY source of information is the FINAL INPUT DATA below.
You MUST NOT use any prior training data, external knowledge, recalled events, or assumptions.
If the data contains no meaningful impactful, unusual, or trade-relevant stories, output ONLY:
"No high-impact, unusual or trade-relevant news in the last hour's data."
FINAL INPUT DATA (concatenated summaries of recent hourly news articles):
{final_input}

View file

@ -18,8 +18,8 @@ resource "google_container_node_pool" "gpu_pool" {
count = 1
}
# Use SPOT instances to save ~60-90% on GPU costs
spot = true
spot = false
oauth_scopes = [
"https://www.googleapis.com/auth/cloud-platform"