Skip to content

Commit

Permalink
chore: Fix chat streaming system tests
Browse files Browse the repository at this point in the history
FUTURE_COPYBARA_INTEGRATE_REVIEW=#2450 from googleapis:release-please--branches--main d38964a
PiperOrigin-RevId: 558616069
  • Loading branch information
sasha-gitg authored and copybara-github committed Aug 21, 2023
1 parent 73439c6 commit d6e076d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/aiplatform/test_language_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def test_code_generation_streaming(self):
def test_code_chat_model_send_message_streaming(self):
aiplatform.init(project=e2e_base._PROJECT, location=e2e_base._LOCATION)

chat_model = language_models.ChatModel.from_pretrained("codeodechat-bison@001")
chat_model = language_models.ChatModel.from_pretrained("codechat-bison@001")
chat = chat_model.start_chat()

message1 = "Please help write a function to calculate the max of two numbers"
Expand Down

0 comments on commit d6e076d

Please sign in to comment.