mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
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:
parent
0e175746f2
commit
a002242fd6
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue