Skip to content

Commit dede984

Browse files
committed
remove dotenv
1 parent 9683d3a commit dede984

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

python/instrumentation/openinference-instrumentation-mistralai/examples/ocr_test.py

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

33
import os
44

5-
from dotenv import load_dotenv
65
from mistralai import Mistral
76
from phoenix.otel import register
87

98
from openinference.instrumentation.mistralai import MistralAIInstrumentor
109

11-
load_dotenv()
1210
tracer = register(
1311
project_name="mistral-ocr",
1412
endpoint=os.getenv("PHOENIX_COLLECTOR_ENDPOINT"),

0 commit comments

Comments
 (0)