Skip to content

Commit b740f08

Browse files
Update openai.mdx
1 parent 8ae0b5d commit b740f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-v2/pages/connect/mcp/openai.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ curl https://api.pipedream.com/v1/oauth/token \
208208
-d '{
209209
"grant_type": "client_credentials",
210210
"client_id": "<PIPEDREAM_CLIENT_ID>",
211-
"client_secret": "<PIPEDREAM_CLIENT_ID>"
211+
"client_secret": "<PIPEDREAM_CLIENT_SECRET>"
212212
}'
213213
```
214214
</Tabs.Tab>
@@ -221,4 +221,4 @@ curl https://api.pipedream.com/v1/oauth/token \
221221
- The server URL that's defined in OpenAI's playground uses two static fields. In practice, you'll define those dynamically in your app:
222222
- `external_user_id`: `demo-openai-user-123`
223223
- `app_slug`: `google_calendar`
224-
- You'll also define the `PIPEDREAM_PROJECT_ID` and `PIPEDREAM_ENVIRONMENT` in you environment once, then use the Pipedream SDK or REST API to get a fresh access token.
224+
- You'll also define the `PIPEDREAM_PROJECT_ID` and `PIPEDREAM_ENVIRONMENT` in your environment once, then use the Pipedream SDK or REST API to get a fresh access token.

0 commit comments

Comments
 (0)