From ee40db7b31b5934d63f30dcae29319292c881056 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 9 Aug 2025 09:46:31 -0700 Subject: [PATCH] docs native litellm prompts --- docs/my-website/docs/proxy/native_litellm_prompt.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/native_litellm_prompt.md b/docs/my-website/docs/proxy/native_litellm_prompt.md index 0dbdf438d5a..1e1df999db9 100644 --- a/docs/my-website/docs/proxy/native_litellm_prompt.md +++ b/docs/my-website/docs/proxy/native_litellm_prompt.md @@ -1,8 +1,12 @@ +import Image from '@theme/IdealImage'; +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + # LiteLLM Prompt Management (GitOps) Store prompts as `.prompt` files in your repository and use them directly with LiteLLM. No external services required. -### Quick Start +## Quick Start