Skip to content

Commit

Permalink
numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcguire12 committed Feb 6, 2025
1 parent 0569f57 commit e554525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evals/tasks/observe_github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const observe_github: EvalFunction = async ({ modelName, logger }) => {
const { debugUrl, sessionUrl } = initResponse;

await stagehand.page.goto(
"https://github.com/facebook/react/tree/main/packages",
"https://github.com/numpy/numpy/tree/main/numpy",
);

const observations = await stagehand.page.observe({
Expand Down

0 comments on commit e554525

Please sign in to comment.