updated context seeding to allow gemini 3.1 to greet the user

This commit is contained in:
Chad Bailey
2026-03-18 21:28:17 +00:00
parent 53388e0426
commit 38d7882f0f
3 changed files with 10 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ fal = []
fireworks = []
fish = [ "ormsgpack>=1.7.0,<2", "pipecat-ai[websockets-base]" ]
gladia = [ "pipecat-ai[websockets-base]" ]
google = [ "google-cloud-speech>=2.33.0,<3", "google-cloud-texttospeech>=2.31.0,<3", "google-genai>=1.57.0,<2", "pipecat-ai[websockets-base]" ]
google = [ "google-cloud-speech>=2.33.0,<3", "google-cloud-texttospeech>=2.31.0,<3", "google-genai>=1.68.0,<2", "pipecat-ai[websockets-base]" ]
gradium = [ "pipecat-ai[websockets-base]" ]
grok = []
groq = [ "groq>=0.23.0,<2" ]