python server.py --chat leads to opening the API endpoint at localhost:5000/api by default
but in BookParse.py , localhost:5000/api/v1/chat is being referred . however both the end points give error at runtime (403 error)
seems like there is some setting that is missed
python server.py --chat leads to opening the API endpoint at localhost:5000/api by default
but in BookParse.py , localhost:5000/api/v1/chat is being referred . however both the end points give error at runtime (403 error)
seems like there is some setting that is missed