gpt4all icon indicating copy to clipboard operation
gpt4all copied to clipboard

The API server is not working

Open ezequielal39 opened this issue 8 months ago • 0 comments

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" }

  1. I select enable API server, port 4891
  2. I type in the browser http://localhost:4891/
  3. 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

ezequielal39 avatar Jun 18 '24 17:06 ezequielal39