Skip to content

Commit c77f7fa

Browse files
fercor-ciscoclaude
andauthored
docs(examples): fix stale galileo reference in openai-responses comment (#70)
Comment referenced the old `galileo` module name even though the code imports from `splunk_ao`. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 33949d8 commit c77f7fa

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)