Open
Description
I am trying to access the endpoint from my command line after copying the models and starting the container using docker compose but I'm getting this error:
Here is the command: C:\Users\hp\LocalAI>curl http://localhost:8080/v1/models
Error message:
<title>Not Found</title>Access Error: 404 -- Not Found
Cannot open document for: /v1/models
How do I resolve this please