Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The API server is not working #2454

Open
ezequielal39 opened this issue Jun 18, 2024 · 0 comments
Open

The API server is not working #2454

ezequielal39 opened this issue Jun 18, 2024 · 0 comments

Comments

@ezequielal39
Copy link

ezequielal39 commented Jun 18, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant