mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-06 22:58:30 +00:00
- created `constants.py` for telemetry base url and service name - updated `telemetry.py` to reflect changes
3 lines
125 B
Python
3 lines
125 B
Python
CREWAI_TELEMETRY_BASE_URL: str = "https://telemetry.crewai.com:4319"
|
|
CREWAI_TELEMETRY_SERVICE_NAME: str = "crewAI-telemetry"
|