docs: update for pipecat PR #5356 - #1108
Open
pipecat-docs-bot[bot] wants to merge 2 commits into
Open
Conversation
…nfig changes Updates documentation for pipecat PR #5356: - Updated GoogleLLMService thinking config docs to reflect Gemini 3.7 Flash rejecting "minimal" thinking level - Added warning documentation about using thinking_budget with Gemini 3 models - Updated GoogleVertexLLMService default model from gemini-2.5-flash to gemini-3.6-flash - Updated GoogleVertexLLMService default location from us-east4 to global (Gemini 3 series requirement) - Updated all usage examples to reflect new defaults
Contributor
|
🔍 Mintlify preview for this branch: https://daily-docs-pr-5356.mintlify.site |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated documentation update for pipecat PR #5356.
Changes
api-reference/server/services/llm/google.mdxGoogleThinkingConfigtable to document that Gemini 3.7 Flash only accepts"low","medium", and"high"thinking levels (not"minimal")"low"for Gemini 3.7 Flash instead of"minimal"thinking_budgetis used with Gemini 3 models (which takethinking_levelinstead)api-reference/server/services/llm/google-vertex.mdxlocationparameter default from"us-east4"to"global"locationparameter description to explain that"global"is the only location serving Gemini 3 series modelsgemini-3.6-flashinstead ofgemini-2.5-flash(reflecting the new default)locationparameter from usage examples (now using the default"global")Gaps identified
None — all relevant source files were mapped to existing documentation pages.