We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bc4bf commit ce19f65Copy full SHA for ce19f65
haystack/telemetry/_environment.py
@@ -12,11 +12,6 @@
12
13
logger = logging.getLogger(__name__)
14
15
-# Any remote API (OpenAI, Cohere etc.)
16
-HAYSTACK_REMOTE_API_BACKOFF_SEC = "HAYSTACK_REMOTE_API_BACKOFF_SEC"
17
-HAYSTACK_REMOTE_API_MAX_RETRIES = "HAYSTACK_REMOTE_API_MAX_RETRIES"
18
-HAYSTACK_REMOTE_API_TIMEOUT_SEC = "HAYSTACK_REMOTE_API_TIMEOUT_SEC"
19
-
20
# This value cannot change during the lifetime of the process
21
_IS_DOCKER_CACHE = None
22
0 commit comments