Skip to content

Commit 9c8bfdb

Browse files
committed
fix(examples): update openai-responses pyproject.toml and basic-examples README (HYBIM-823)
openai-responses/pyproject.toml was the source-of-truth for the compiled requirements.txt — also rename galileo there. README in basic-examples had a pip install snippet still referencing galileo. Note: requirements.txt in openai-responses cannot be recompiled until splunk-ao is published to PyPI; the hand-edited lockfile entry will self-correct post-publish.
1 parent 91fa759 commit 9c8bfdb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/chatbot/basic-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To run the examples, you'll need to:
8686

8787
1. Install the required packages:
8888
```
89-
pip install openai galileo python-dotenv
89+
pip install openai splunk-ao python-dotenv
9090
```
9191

9292
2. Set up your environment variables in a `.env` file:

examples/logging-samples/openai-responses/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"galileo>=1.42.0",
8+
"splunk-ao",
99
"openai>=2.15.0",
1010
"packaging>=26.0",
1111
]

0 commit comments

Comments
 (0)