Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions server/services/s2s/gemini-live.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ llm = GeminiLiveLLMService(

## Notes

- **Model support**: The service supports both Gemini 2.5 and Gemini 3.x models. The service automatically detects and handles model-specific behavior.
- **System instruction precedence**: If a system instruction is provided both at init time and in the LLM context, the context-provided value takes precedence.
- **Tools precedence**: Similarly, tools provided in the context override tools provided at init time.
- **Transcription aggregation**: Gemini Live sends user transcriptions in small chunks. The service aggregates them into complete sentences using end-of-sentence detection with a 0.5-second timeout fallback.
Expand Down
Loading