We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6456284 commit 60d01ffCopy full SHA for 60d01ff
examples/observability/simple_calculator_observability/README.md
@@ -270,7 +270,7 @@ Transmit traces to Galileo for workflow observability.
270
3. Set your DBNL credentials:
271
272
```bash
273
- # DBNL_API_URL should point to your deployment API URL (e.g. http://localhost:8080/api/)
+ # DBNL_API_URL should point to your deployment API URL (e.g. http://localhost:8080/api)
274
export DBNL_API_URL=<your_api_url>
275
export DBNL_API_TOKEN=<your_api_token>
276
export DBNL_PROJECT_ID=<your_project_id>
0 commit comments