Skip to content

Commit

Permalink
docs: Update Google GenAI doc formatting (#7318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Dec 4, 2024
1 parent 0c2ff0e commit da149c5
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 da149c5

Please sign in to comment.