Skip to content

Commit 57c6f8d

Browse files
committed
ci/cd new release
1 parent 699072d commit 57c6f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
llm_guard_mode: Literal["all", "key-specific", "request-specific"] = "all"
291291
guardrail_name_config_map: Dict[str, GuardrailItem] = {}
292292
include_cost_in_streaming_usage: bool = False
293-
### PROMPTS ###
293+
### PROMPTS ####
294294
from litellm.types.prompts.init_prompts import PromptSpec
295295

296296
prompt_name_config_map: Dict[str, PromptSpec] = {}

0 commit comments

Comments
 (0)