We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699072d commit 57c6f8dCopy full SHA for 57c6f8d
litellm/__init__.py
@@ -290,7 +290,7 @@
290
llm_guard_mode: Literal["all", "key-specific", "request-specific"] = "all"
291
guardrail_name_config_map: Dict[str, GuardrailItem] = {}
292
include_cost_in_streaming_usage: bool = False
293
-### PROMPTS ###
+### PROMPTS ####
294
from litellm.types.prompts.init_prompts import PromptSpec
295
296
prompt_name_config_map: Dict[str, PromptSpec] = {}
0 commit comments