You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am trying to access the local LLM running on my PC from other devices. I am using Gpt4all, which provides a REST API, but doesn't provide a web client that can access it.
Describe the solution you'd like
A clear and concise description of what you want to happen.
As an alternative to using node-chatgpt-api, modify the code to also allow use of gpt4all-api https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-api
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
I am willing to write my own implementation and contribute it to the project if I can get a push in the right direction to help me get started.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am trying to access the local LLM running on my PC from other devices. I am using Gpt4all, which provides a REST API, but doesn't provide a web client that can access it.
Describe the solution you'd like
A clear and concise description of what you want to happen.
As an alternative to using node-chatgpt-api, modify the code to also allow use of gpt4all-api
https://github.com/nomic-ai/gpt4all/tree/main/gpt4all-api
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
I am willing to write my own implementation and contribute it to the project if I can get a push in the right direction to help me get started.
The text was updated successfully, but these errors were encountered: