mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: correct typos in helm README and log/docstring text
This commit is contained in:
parent
f005afa146
commit
6d759b68a3
3 changed files with 3 additions and 3 deletions
|
|
@ -156,7 +156,7 @@ data:
|
|||
type: Opaque
|
||||
```
|
||||
|
||||
#### Examples for `environmentSecrets` and `environemntConfigMaps`
|
||||
#### Examples for `environmentSecrets` and `environmentConfigMaps`
|
||||
|
||||
```yaml
|
||||
# Use config map for not-secret configuration data
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
LiteLLM Proxy uses this MCP Client to connnect to other MCP servers.
|
||||
LiteLLM Proxy uses this MCP Client to connect to other MCP servers.
|
||||
"""
|
||||
|
||||
import asyncio
|
||||
|
|
|
|||
|
|
@ -772,7 +772,7 @@ class RouterBudgetLimiting(CustomLogger):
|
|||
)
|
||||
)
|
||||
|
||||
verbose_router_logger.debug("Initalized Provider budget config: %s", self.provider_budget_config)
|
||||
verbose_router_logger.debug("Initialized Provider budget config: %s", self.provider_budget_config)
|
||||
|
||||
def _init_deployment_budgets(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue