From 653d16e158ef8a26df0010e0695fe7d5fd90d12a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 23 Nov 2024 12:43:01 -0800 Subject: [PATCH] add to readme.md --- litellm/litellm_core_utils/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/litellm_core_utils/README.md b/litellm/litellm_core_utils/README.md index 9cd351453..649404129 100644 --- a/litellm/litellm_core_utils/README.md +++ b/litellm/litellm_core_utils/README.md @@ -8,4 +8,5 @@ Core files: - `exception_mapping_utils.py`: utils for mapping exceptions to openai-compatible error types. - `default_encoding.py`: code for loading the default encoding (tiktoken) - `get_llm_provider_logic.py`: code for inferring the LLM provider from a given model name. +- `duration_parser.py`: code for parsing durations - e.g. "1d", "1mo", "10s"