From 76e674e7c76b88a30ff76350505d2814259366ee Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 25 Jan 2025 12:54:28 -0500 Subject: [PATCH] Switch steering endpoint --- viz/src/runpod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viz/src/runpod.ts b/viz/src/runpod.ts index c9716a3..e4b520a 100644 --- a/viz/src/runpod.ts +++ b/viz/src/runpod.ts @@ -90,6 +90,6 @@ export async function getSAEAllDimsActivations( } export async function getSteeredSequence(input: RunpodSteeringInput): Promise { - const data = await postRunpod(input, "fic4o6m6sq9mla"); + const data = await postRunpod(input, "ok5xk5v1375qpf"); return data.steered_sequence; }