diff --git a/examples/logging-samples/openai-responses/main.py b/examples/logging-samples/openai-responses/main.py index 3368a69..e7d6b01 100644 --- a/examples/logging-samples/openai-responses/main.py +++ b/examples/logging-samples/openai-responses/main.py @@ -12,7 +12,7 @@ logging.basicConfig(level=logging.INFO) -# Create an OpenAI client. Because we imported from `galileo`, all calls +# Create an OpenAI client. Because we imported from `splunk_ao`, all calls # made through this client are automatically instrumented and logged. client = openai.OpenAI()