Skip to content

Commit

Permalink
Openai bug squash (#884)
Browse files Browse the repository at this point in the history
* OpenAI Patches
  • Loading branch information
mirackara committed Mar 27, 2024
1 parent 5cf045b commit 3ecd852
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 304 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func main() {
app, err := newrelic.NewApplication(
newrelic.ConfigAppName("Basic OpenAI App"),
newrelic.ConfigLicense(os.Getenv("NEW_RELIC_LICENSE_KEY")),
newrelic.ConfigDebugLogger(os.Stdout),
// Enable AI Monitoring
// NOTE - If High Security Mode is enabled, AI Monitoring will always be disabled
newrelic.ConfigAIMonitoringEnabled(true),
Expand Down
Loading

0 comments on commit 3ecd852

Please sign in to comment.