Merge pull request #373 from christopheduc-me/patch-6

Update monitoring-and-evaluating-agents-notebook.mdx
This commit is contained in:
Sergio Paniego Blanco
2025-04-01 15:57:39 +02:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ LANGFUSE_AUTH = base64.b64encode(
os.environ["OTEL_EXPORTER_OTLP_ENDPOINT"] = os.environ.get("LANGFUSE_HOST") + "/api/public/otel"
os.environ["OTEL_EXPORTER_OTLP_HEADERS"] = f"Authorization=Basic {LANGFUSE_AUTH}"
```
We also need to configure or Hugging Face token for inference calls.
We also need to configure our Hugging Face token for inference calls.
```python
# Set your Hugging Face and other tokens/secrets as environment variable