mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
(fix) bug with LITELLM_LOCAL_MODEL_COST_MAP
This commit is contained in:
parent
662d5e8b85
commit
87709ef77f
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ _key_management_system: Optional[KeyManagementSystem] = None
|
|||
|
||||
def get_model_cost_map(url: str):
|
||||
verbose_logger.debug(
|
||||
f"os.getenv('LITELLM_LOCAL_MODEL_COST_MAP', False): {os.environ['LITELLM_LOCAL_MODEL_COST_MAP']}"
|
||||
f"os.getenv('LITELLM_LOCAL_MODEL_COST_MAP', False): {os.getenv('LITELLM_LOCAL_MODEL_COST_MAP', False)}"
|
||||
)
|
||||
if (
|
||||
os.getenv("LITELLM_LOCAL_MODEL_COST_MAP", False) == True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue