Skip to content

Commit

Permalink
Update steering endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
liambai committed Jan 25, 2025
1 parent 01a3cef commit cd9f593
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, "gispfwnjam4q4z");
const data = await postRunpod(input, "fic4o6m6sq9mla");
return data.steered_sequence;
}

0 comments on commit cd9f593

Please sign in to comment.