Open ezequielal39 opened 5 months ago
Bug Report
The API server is not working
Steps to Reproduce
I select enable API server, port 4891. Then I type in the browser localhost 127.0.0.1:4891. I get the message "This site can’t be reached." If I type http://localhost:4891/v1/models I get
"data": [ { "created": 0, "id": "Mistral OpenOrca", "object": "model", "owned_by": "humanity", "parent": null, "permissions": [ { "allow_create_engine": false, "allow_fine_tuning": false, "allow_logprobs": false, "allow_sampling": false, "allow_search_indices": false, "allow_view": true, "created": 0, "group": null, "id": "foobarbaz", "is_blocking": false, "object": "model_permission", "organization": "" } ], "root": "Mistral OpenOrca" }, { "created": 0, "id": "SBert", "object": "model", "owned_by": "humanity", "parent": null, "permissions": [ { "allow_create_engine": false, "allow_fine_tuning": false, "allow_logprobs": false, "allow_sampling": false, "allow_search_indices": false, "allow_view": true, "created": 0, "group": null, "id": "foobarbaz", "is_blocking": false, "object": "model_permission", "organization": "" } ], "root": "SBert" } ], "object": "list" }
thank you
What do you expect to see, if you open this URL in the browser?
Bug Report
The API server is not working
Steps to Reproduce
I select enable API server, port 4891. Then I type in the browser localhost 127.0.0.1:4891. I get the message "This site can’t be reached." If I type http://localhost:4891/v1/models I get
"data": [ { "created": 0, "id": "Mistral OpenOrca", "object": "model", "owned_by": "humanity", "parent": null, "permissions": [ { "allow_create_engine": false, "allow_fine_tuning": false, "allow_logprobs": false, "allow_sampling": false, "allow_search_indices": false, "allow_view": true, "created": 0, "group": null, "id": "foobarbaz", "is_blocking": false, "object": "model_permission", "organization": "" } ], "root": "Mistral OpenOrca" }, { "created": 0, "id": "SBert", "object": "model", "owned_by": "humanity", "parent": null, "permissions": [ { "allow_create_engine": false, "allow_fine_tuning": false, "allow_logprobs": false, "allow_sampling": false, "allow_search_indices": false, "allow_view": true, "created": 0, "group": null, "id": "foobarbaz", "is_blocking": false, "object": "model_permission", "organization": "" } ], "root": "SBert" } ], "object": "list" }
Expected Behavior
Your Environment
thank you