Skip to content

Commit d57715b

Browse files
committed
chore(constants): drop the redundant comment on the semantic cache deadline
1 parent 7d23d41 commit d57715b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

litellm/constants.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@
436436
# deadline and connect handshake (see ``http_handler`` cached handler paths).
437437
COMPLETION_HTTP_FALLBACK_SECONDS: Final[float] = 600.0
438438
HTTP_HANDLER_CONNECT_TIMEOUT_SECONDS: Final[float] = 5.0
439-
# A cache lookup is an optimization, so it gets its own short deadline rather than the request timeout above.
440439
SEMANTIC_CACHE_EMBEDDING_TIMEOUT_SECONDS: Final[float] = float(
441440
os.getenv("SEMANTIC_CACHE_EMBEDDING_TIMEOUT_SECONDS", "5.0")
442441
)

0 commit comments

Comments
 (0)