diff --git a/libs/ibm/tests/integration_tests/test_chat_models.py b/libs/ibm/tests/integration_tests/test_chat_models.py index 6679156..4372fbe 100644 --- a/libs/ibm/tests/integration_tests/test_chat_models.py +++ b/libs/ibm/tests/integration_tests/test_chat_models.py @@ -22,7 +22,7 @@ WX_APIKEY = os.environ.get("WATSONX_APIKEY", "") WX_PROJECT_ID = os.environ.get("WATSONX_PROJECT_ID", "") -URL = "https://yp-qa.ml.cloud.ibm.com" +URL = "https://us-south.ml.cloud.ibm.com" MODEL_ID = "ibm/granite-34b-code-instruct" MODEL_ID_TOOL = "mistralai/mistral-large"