Skip to content

Commit d7cd2a1

Browse files
committed
Change Model ID
1 parent af4d5a2 commit d7cd2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generative_ai/chat_completions/chat_completions_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
2828
LOCATION = "us-central1"
29-
SELF_HOSTED_MODEL_ID = "perm-gemma-2-9b-it-testing"
29+
SELF_HOSTED_MODEL_ID = "google/gemma-2-9b-it"
3030
ENDPOINT_ID = "6714120476014149632"
3131

3232

0 commit comments

Comments
 (0)