change prompt
This commit is contained in:
parent
025ddab2eb
commit
8b3eec8cdc
2 changed files with 3 additions and 6 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue