Skip to content

Commit

Permalink
Update genai-on-vertex-ai/gemini_2_0/gemini-multimodal-live-api-dev-g…
Browse files Browse the repository at this point in the history
…uide/part_3_vertex_api/README.md

Co-authored-by: code-review-assist[bot] <182814678+code-review-assist[bot]@users.noreply.github.com>
  • Loading branch information
heiko-hotz and code-review-assist[bot] authored Jan 2, 2025
1 parent f2b414e commit 33d0426
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,10 @@ Each chapter builds upon its Part 2 counterpart while handling Vertex AI specifi
- Authentication with Vertex AI
- WebSocket connection management
- Message routing
- Token refresh and session management
Each chapter builds upon its Part 2 counterpart while handling Vertex AI specifics. The proxy server handles:
- Authentication with Vertex AI
- WebSocket connection management
- Message routing
- Token refresh and session management

The proxy server enhances security by handling authentication and token management on the backend, preventing exposure of sensitive credentials on the client-side. It also maintains persistent connections and handles reconnection logic, improving the reliability of the application.

0 comments on commit 33d0426

Please sign in to comment.