Skip to content

Commit 0c49271

Browse files
authored
Update stagehand.mdx
remove quesitons
1 parent e176d50 commit 0c49271

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/content/docs/browser-rendering/platform/stagehand.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ https://<your-worker>.workers.dev
3434

3535
#### 1. Set up your project
3636

37-
???DON'T THEY NEED TO INSRALL BROWSERBASE STAGEHAND TOO?
38-
3937
Install the necessary dependencies:
4038
```bash
4139
npm ci
@@ -172,8 +170,6 @@ You can use AI Gateway with both Workers AI and third-party models.
172170

173171
To use AI Gateway, first create a gateway in the [Cloudflare dashboard](https://dash.cloudflare.com/?to=/:account/workers/ai-gateway), then add the `baseURL` as shown below.
174172

175-
???I SWITCHED THE ORDER AROUND. WE SHOULD FIRST SHOW AI GATEWAY WHILE STILL USING WORKERS AI
176-
177173
```typescript
178174
const stagehand = new Stagehand({
179175
env: "LOCAL",
@@ -189,8 +185,6 @@ const stagehand = new Stagehand({
189185

190186
You can configure Stagehand to use models from third-party providers, including OpenAI or Anthropic, by providing your own credentials.
191187

192-
???DOES THIS ONLY WORK WITH CERTAIN PROVIDERS? ONLY MODELS THAT AIGATEWAY SUPPORTS?
193-
194188
In this example, you will configure Stagehand to use [OpenAI](https://openai.com/). You will need an OpenAI API key. Cloudflare recommends storing your API key as a [secret](/workers/configuration/secrets/).
195189

196190
```bash

0 commit comments

Comments
 (0)