File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments