Skip to content

Commit

Permalink
Update README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaAmega authored Nov 19, 2024
1 parent de02c4b commit a256f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ To send your traces to Evidently you need to initialize tracely:
from tracely import init_tracing

init_tracing(
address="https://app.evidently.cloud", # Trace Collector Address
api_key="", # API Key from Evidently Cloud
address="https://app.evidently.cloud", # Trace Collector Address
api_key="", # API Key from Evidently Cloud
project_id="a1d08c46-0624-49e3-a9f5-11a13b4a2aa5", # Project ID from Evidently Cloud
export_name="tracing-dataset",
)
Expand Down

0 comments on commit a256f73

Please sign in to comment.