Skip to content

Commit 0c84392

Browse files
committed
test pattern remove
1 parent dede984 commit 0c84392

File tree

1 file changed

+3
-0
lines changed
  • python/instrumentation/openinference-instrumentation-mistralai/examples

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
import os
44

5+
from dotenv import load_dotenv
56
from mistralai import Mistral
67
from phoenix.otel import register
78

89
from openinference.instrumentation.mistralai import MistralAIInstrumentor
910

11+
load_dotenv()
12+
1013
tracer = register(
1114
project_name="mistral-ocr",
1215
endpoint=os.getenv("PHOENIX_COLLECTOR_ENDPOINT"),

0 commit comments

Comments
 (0)