feat: deprecation warnings

This commit is contained in:
Timothy J. Baek 2024-05-27 17:19:18 -07:00
parent 2e0a4b2491
commit 984f9f4d50
2 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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: