GenAI-quickstart icon indicating copy to clipboard operation
GenAI-quickstart copied to clipboard

Google for Games Generative AI Quickstart

Results 16 GenAI-quickstart issues
Sort by recently updated
recently updated
newest added

We got feedback from user that it is not clear which endpoints call Vertex vs. which endpoints call a LLM on the GKE cluster, and how to switch between the...

We have gotten feedback from some users that there are too many dependencies to install. One option to reduce the number of dependencies needed is to deploy using Cloud Deploy...

**What happened?** When running `pytest -v` in a local virtualenv on the `test_main.py` files: - genai_api/src/test_main.py fails when running `pytest` because the OS environment variables are not in place. -...

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. Release notes Sourced from requests's releases. v2.32.2 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes...

dependencies
python

This pull request changes the Guess the Sketch's match making logic from using Open Match 1 to Open Match 2(https://github.com/googleforgames/open-match2/blob/main) Key files to review (files are under the examples/guess-the-sketch/matchmaker directory):...