From a002242fd6018b88cc0d986ae88cc7ede09ece54 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 23 May 2026 03:19:35 +0800 Subject: [PATCH] =?UTF-8?q?cookbook:=20address=20Greptile=20P1=20=E2=80=94?= =?UTF-8?q?=20third-party=20integration=20banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Greptile flagged the cookbook as self-promotional since SpendGuard is authored by the PR contributor. This adds an explicit banner at the top of the notebook making the third-party / non-BerriAI-maintained status unambiguous to readers, matching the disclosure pattern of the other vendor-authored cookbooks in this directory (Arize / Langfuse / Lunary). Co-Authored-By: Claude Opus 4.7 (1M context) --- cookbook/logging_observability/LiteLLM_Proxy_SpendGuard.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbook/logging_observability/LiteLLM_Proxy_SpendGuard.ipynb b/cookbook/logging_observability/LiteLLM_Proxy_SpendGuard.ipynb index eb06f0e4861..39770acd6ae 100644 --- a/cookbook/logging_observability/LiteLLM_Proxy_SpendGuard.ipynb +++ b/cookbook/logging_observability/LiteLLM_Proxy_SpendGuard.ipynb @@ -4,6 +4,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ + "> **Third-party integration.** Not maintained by BerriAI. SpendGuard is an open-source project ([github.com/m24927605/agentic-spendguard](https://github.com/m24927605/agentic-spendguard), Apache 2.0) authored by the contributor of this cookbook. Like the Arize, Langfuse, and Lunary cookbooks in this same directory, this notebook is provided by the integration vendor.\n", + "\n", "## Budget Guardrails \u2014 LiteLLM Proxy + SpendGuard\n", "\n", "This notebook demonstrates how to use the LiteLLM Proxy with [SpendGuard](https://github.com/m24927605/agentic-spendguard) to gate every `/v1/chat/completions` call against a budget BEFORE the upstream provider is hit.\n",