gpt4all
gpt4all copied to clipboard
The API server is not working
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" }
- I select enable API server, port 4891
- I type in the browser http://localhost:4891/
- I get the message "This site can’t be reached"
Expected Behavior
Your Environment
- GPT4All version (if applicable): v2.8.0
- Operating System: Windows 10
- Chat model used (if applicable): Mistral OpenOrca
thank you