Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAI Update Resources #15494

Merged
merged 6 commits into from
Aug 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,20 @@ Validate that the APM Node.js library can communicate with your Agent by examini
}
```

<!-- xxz tabs xxx -->
<!-- xxx tab "API Key" xxx -->

### Installation

1. Login to your [OpenAI Account][10].
2. Navigate to **View API Keys** under account settings.
3. Click the **Create a new secret key** button.
4. Copy the created API Key to your clipboard.

### Configuration

1. Navigate to the configuration tab inside Datadog [OpenAI integration tile][11].
2. Enter an account name and OpenAI API key copied above in the accounts configuration.

<!-- xxz tab xxx -->
<!-- xxz tabs xxx -->
Expand Down Expand Up @@ -212,3 +226,5 @@ Additional helpful documentation, links, and articles:
[7]: https://www.datadoghq.com/blog/monitor-azure-openai-with-datadog/
[8]: https://datadoghq.dev/dd-trace-js/interfaces/plugins.openai.html
[9]: https://github.com/DataDog/dd-trace-js
[10]: https://platform.openai.com/
[11]: https://app.datadoghq.com/integrations/openai
Loading