(docs) cleanup integrations

This commit is contained in:
ishaan-jaff 2023-10-19 09:40:50 -07:00
parent 7967f2a82e
commit ba0fa553b4
3 changed files with 0 additions and 24 deletions

View file

@ -1,14 +0,0 @@
# Logging Integrations
| Integration | Required OS Variables | How to Use with callbacks |
| ----------- | -------------------------------------------------------- | ---------------------------------------- |
| Promptlayer | `PROMPLAYER_API_KEY` | `litellm.success_callback=["promptlayer"]` |
| LLMonitor | `LLMONITOR_APP_ID` | `litellm.success_callback=["llmonitor"]` |
| LangFuse | `LANGFUSE_PUBLIC_KEY`, `LANGFUSE_PRIVATE_KEY` | `litellm.success_callback=["langfuse"]` |
| Langsmith | `LANGSMITH_PUBLIC_KEY` | `litellm.success_callback=["langsmith"]` |
| Weights & Biases | `WANDB_API_KEY` | `litellm.success_callback=["wandb"]` |
| Sentry | `SENTRY_API_URL` | `litellm.success_callback=["sentry"]` |
| Posthog | `POSTHOG_API_KEY`,`POSTHOG_API_URL` | `litellm.success_callback=["posthog"]` |
| Slack | `Slack webhook url` | `litellm.success_callback=["slack"]` |
| Traceloop | `TRACELOOP_API_TOKEN` | `litellm.success_callback=["traceloop"]` |
| Helicone | `HELICONE_API_TOKEN` | `litellm.success_callback=["helicone"]` |

View file

@ -113,7 +113,6 @@ const sidebars = {
items: [ items: [
'debugging/local_debugging', 'debugging/local_debugging',
"observability/callbacks", "observability/callbacks",
"observability/integrations",
"observability/custom_callback", "observability/custom_callback",
"observability/sentry", "observability/sentry",
"observability/promptlayer_integration", "observability/promptlayer_integration",

View file

@ -1,9 +0,0 @@
# Logging Integrations
| Integration | Required OS Variables | How to Use with callbacks |
| ----------- | -------------------------------------------------------- | ---------------------------------------- |
| LLMonitor | `LLMONITOR_APP_ID` | `litellm.success_callback=["llmonitor"]` |
| Sentry | `SENTRY_API_URL` | `litellm.success_callback=["sentry"]` |
| Posthog | `POSTHOG_API_KEY`,`POSTHOG_API_URL` | `litellm.success_callback=["posthog"]` |
| Slack | `SLACK_API_TOKEN`,`SLACK_API_SECRET`,`SLACK_API_CHANNEL` | `litellm.success_callback=["slack"]` |
| Helicone | `HELICONE_API_TOKEN` | `litellm.success_callback=["helicone"]` |