From 984f9f4d503555ba0c9e51030dedccd19899bee8 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Mon, 27 May 2024 17:19:18 -0700 Subject: [PATCH] feat: deprecation warnings --- docs/tutorial/langfuse.md | 4 ++++ docs/tutorial/litellm.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/tutorial/langfuse.md b/docs/tutorial/langfuse.md index fb0fe9c..abfde1c 100644 --- a/docs/tutorial/langfuse.md +++ b/docs/tutorial/langfuse.md @@ -3,6 +3,10 @@ sidebar_position: 6 title: "Monitoring with Langfuse" --- +:::warning +Bundled LiteLLM support has been deprecated from 0.2.0 +::: + # Monitoring with Langfuse Integrating [Langfuse](https://cloud.langfuse.com) with LiteLLM allows for detailed observation and recording of API calls. diff --git a/docs/tutorial/litellm.md b/docs/tutorial/litellm.md index d535688..9d11561 100644 --- a/docs/tutorial/litellm.md +++ b/docs/tutorial/litellm.md @@ -3,6 +3,10 @@ sidebar_position: 4 title: "LiteLLM Configuration" --- +:::warning +Bundled LiteLLM support has been deprecated from 0.2.0 +::: + # LiteLLM Configuration [LiteLLM](https://litellm.vercel.app/docs/proxy/configs#quick-start) supports a variety of APIs, both OpenAI-compatible and others. To integrate a new API model, follow these instructions: