Skip to content

Commit bc5188a

Browse files
committed
fix(stagehand): fix typo in model names for stagehand blocks
1 parent aa32f9f commit bc5188a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sim/blocks/blocks/stagehand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ export const StagehandBlock: BlockConfig<StagehandExtractResponse> = {
3434
},
3535
{
3636
id: 'apiKey',
37-
title: 'Anthropic API Key',
37+
title: 'OpenAI API Key',
3838
type: 'short-input',
3939
layout: 'full',
40-
placeholder: 'Enter your Anthropic API key',
40+
placeholder: 'Enter your OpenAI API key',
4141
password: true,
4242
},
4343
{

sim/blocks/blocks/stagehandAgent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ export const StagehandAgentBlock: BlockConfig<StagehandAgentResponse> = {
5252
},
5353
{
5454
id: 'apiKey',
55-
title: 'OpenAI API Key',
55+
title: 'Anthropic API Key',
5656
type: 'short-input',
5757
layout: 'full',
58-
placeholder: 'Enter your OpenAI API key',
58+
placeholder: 'Enter your Anthropic API key',
5959
password: true,
6060
},
6161
{

0 commit comments

Comments
 (0)