cookbook: address Greptile P1 — third-party integration banner

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) <noreply@anthropic.com>
This commit is contained in:
Michael 2026-05-23 03:19:35 +08:00
parent 0e175746f2
commit a002242fd6

View file

@ -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",