fold in dev-env + ci-runner provisioning fixups
cloud-run.tf + cloud-run-stage.tf: small alignment edits from the dev-env agent's work to match the actual deployed Cloud Run shape. runners/startup.sh: 10-line additions from the gitea-runner agent during initial provisioning - environment setup adjustments discovered when the runner came up the first time. stripe-billing.tf: prior-session work that hadn't been committed, folding it in now to clean the working tree before further changes.
This commit is contained in:
@@ -81,7 +81,7 @@ resource "google_cloud_run_v2_service" "stage_us" {
|
||||
}
|
||||
env {
|
||||
name = "NEURON_LLM_0_MODEL"
|
||||
value = "claude-haiku-4-5"
|
||||
value = "claude-sonnet-4-5"
|
||||
}
|
||||
env {
|
||||
name = "NEURON_LLM_0_URL"
|
||||
|
||||
Reference in New Issue
Block a user