Skip to content

Commit 4b6cbd6

Browse files
committed
Update model endpoint id
1 parent 161b975 commit 4b6cbd6

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
@@ -27,7 +27,7 @@
2727
PROJECT_ID = os.getenv("GOOGLE_CLOUD_PROJECT")
2828
LOCATION = "us-central1"
2929
SELF_HOSTED_MODEL_ID = "gemma2-9b-it-mg-one-click-deploy"
30-
ENDPOINT_ID = "6443623023395209216"
30+
ENDPOINT_ID = "5558665696616906752"
3131

3232

3333
def test_authentication() -> None:

0 commit comments

Comments
 (0)