Skip to content

Commit

Permalink
docs: Update Google GenAI doc formatting (langchain-ai#7318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored and syntaxsec committed Dec 13, 2024
1 parent c30018f commit 5f3a2e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
"id": "a464c1a9",
"metadata": {},
"source": [
"### Context Caching\n",
"## Context Caching\n",
"\n",
"Context caching allows you to pass some content to the model once, cache the input tokens, and then refer to the cached tokens for subsequent requests to reduce cost. You can create a `CachedContent` object using `GoogleAICacheManager` class and then pass the `CachedContent` object to your `ChatGoogleGenerativeAIModel` with `enableCachedContent()` method."
]
Expand Down

0 comments on commit 5f3a2e7

Please sign in to comment.