Skip to content

Commit 11a2f83

Browse files
fercor-ciscoclaude
andcommitted
docs(examples): fix stale galileo reference in openai-responses comment
Comment referenced the old `galileo` module name even though the code imports from `splunk_ao`. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 21cc188 commit 11a2f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/logging-samples/openai-responses

examples/logging-samples/openai-responses/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
logging.basicConfig(level=logging.INFO)
1414

15-
# Create an OpenAI client. Because we imported from `galileo`, all calls
15+
# Create an OpenAI client. Because we imported from `splunk_ao`, all calls
1616
# made through this client are automatically instrumented and logged.
1717
client = openai.OpenAI()
1818

0 commit comments

Comments
 (0)