diff --git a/test_async_inference.py b/test_async_inference.py index 9d5e44a..9e584bb 100644 --- a/test_async_inference.py +++ b/test_async_inference.py @@ -4,7 +4,7 @@ import json import sys # API Configuration -API_URL = "http://localhost:8000" +API_URL = "http://localhost:8088" # Admin user credentials from main.py LOGIN_DATA = { "username": "fchinembiri24@gmail.com",