fix: docs region cleanup + opax2.sh endpoint

This commit is contained in:
chrischristiansen-glitch 2026-06-01 05:27:13 +02:00 committed by GitHub
parent 8be65126d8
commit d5358ca9d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Endringer krever eksplisitt godkjenning fra Chris (`RULEBOOK APPROVED`).
| GCP Project | `propane-will-491900-m5` (Jason-v1) |
| Billing | `0171F6-057E6B-A260BA` |
| Org | `vauco.no` / `155051211891` |
| **Region** | **`us-central1`** — ALDRI `us-central1` eller `us-west1` |
| **Region** | **`us-central1`** — ALDRI `europe-west1` eller `us-west1` |
| **Vertex AI loc** | **`us-central1`** (US) |
| **AI-modell** | **`gemini-2.5-pro`** via Vertex AI (venter på Claude EU-kvote) |
| SDK | `from google import genai` (google-genai >=0.3) |

View File

@ -12,7 +12,7 @@ OSVAUCO_DIR="${OSVAUCO_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)}"
export GOOGLE_CLOUD_PROJECT="propane-will-491900-m5"
export GOOGLE_CLOUD_LOCATION="us-central1"
export VERTEX_AI_LOCATION="us-central1"
export VERTEX_AI_ENDPOINT="eu"
export VERTEX_AI_ENDPOINT="us-central1"
export CLAUDE_MODEL="claude-opus-4-7@20260301"
HANDOFF="$OSVAUCO_DIR/docs/HANDOFF.md"
MASTERPLAN="$OSVAUCO_DIR/docs/MASTERPLAN.md"