File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
instrumentation/elastic-opentelemetry-instrumentation-openai Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ and `dotenv` (a portable way to load environment variables).
27
27
```
28
28
python3 -m venv .venv
29
29
source .venv/bin/activate
30
- pip install -r test -requirements.txt
30
+ pip install -r dev -requirements.txt
31
31
pip install python-dotenv[cli]
32
32
```
33
33
@@ -64,7 +64,7 @@ ollama pull all-minilm:33m
64
64
Finally run the examples using [ ollama.env] ( ollama.env ) variables to point to Ollama instead of OpenAI:
65
65
66
66
```
67
- dotenv run -f ollama.env -- opentelemetry-instrument python examples/chat.py
67
+ dotenv -f ollama.env run -- opentelemetry-instrument python examples/chat.py
68
68
```
69
69
70
70
### Instrumentation specific environment variable configuration
You can’t perform that action at this time.
0 commit comments