Skip to content

Commit

Permalink
Switch steering endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Jan 25, 2025
1 parent 21e5957 commit 76e674e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz/src/runpod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ export async function getSAEAllDimsActivations(
}

export async function getSteeredSequence(input: RunpodSteeringInput): Promise<string> {
const data = await postRunpod(input, "fic4o6m6sq9mla");
const data = await postRunpod(input, "ok5xk5v1375qpf");
return data.steered_sequence;
}

0 comments on commit 76e674e

Please sign in to comment.