📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-06 16:02:57 +00:00
parent 32b074b266
commit 3b9ece8c79
299 changed files with 1063 additions and 858 deletions
@@ -85,9 +85,10 @@ To streamline real-time audio/video app development, use a third-party integrati
#### Python
```python
import os
from google import genai
client = genai.Client(api_key="YOUR_API_KEY")
client = genai.Client(api_key=os.environ["GEMINI_API_KEY"])
```
#### JavaScript