Skip to content

Commit f2598e8

Browse files
Hiding OpenAI playground instructions for now
1 parent 6ca6b1f commit f2598e8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ curl -X POST https://api.openai.com/v1/chat/completions \
144144
</Tabs>
145145
</Steps>
146146

147-
## Testing in OpenAI's API Playground
147+
{/* ## Testing in OpenAI's API Playground
148148
149149
OpenAI provides an API playground for developers to test prompts and tool calling:
150150
[https://platform.openai.com/playground/prompts](https://platform.openai.com/playground/prompts?models=gpt-4.1)
@@ -221,4 +221,5 @@ 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 your 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.
225+
*/}

pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)