We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4d5a2 commit d7cd2a1Copy full SHA for d7cd2a1
generative_ai/chat_completions/chat_completions_test.py
@@ -26,7 +26,7 @@
26
27
PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
28
LOCATION = "us-central1"
29
-SELF_HOSTED_MODEL_ID = "perm-gemma-2-9b-it-testing"
+SELF_HOSTED_MODEL_ID = "google/gemma-2-9b-it"
30
ENDPOINT_ID = "6714120476014149632"
31
32
0 commit comments