Skip to content

Commit

Permalink
remove codechat from integration tests (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuligin authored Oct 11, 2024
1 parent 9d997c5 commit b25bd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vertexai/tests/integration_tests/test_chat_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from langchain_google_vertexai.chat_models import _parse_chat_history_gemini
from tests.integration_tests.conftest import _DEFAULT_MODEL_NAME

model_names_to_test = ["codechat-bison", _DEFAULT_MODEL_NAME]
model_names_to_test = [_DEFAULT_MODEL_NAME]

rate_limiter = InMemoryRateLimiter(requests_per_second=1.0)

Expand Down

0 comments on commit b25bd98

Please sign in to comment.