A simple API for GPT4All models following OpenAI specifications
2.3K
Welcome to the GPT4All API repository. This project integrates the powerful GPT4All language models with a FastAPI framework, adhering to the OpenAI OpenAPI specification. It's designed to offer a seamless and scalable way to deploy GPT4All models in a web environment.
docker pull iverly/gpt4all-api
docker run -d --name gpt4all-api -p 8000:8000 iverly/gpt4all-api
git clone https://github.com/iverly/gpt4all-api
cd gpt4all-api
pip install -r requirements.txt
uvicorn main:app
The API will be available at http://127.0.0.1:8000. Utilize Swagger UI for easy interaction with the API endpoints. (at /docs)
Contributions to the GPT4All API project are welcome. Please read our contributing guidelines for more information on how to get involved.
This project is licensed under Apache 2.0. See the LICENSE file for more information.
Content type
Image
Digest
sha256:b10466a1d…
Size
186.1 MB
Last updated
almost 3 years ago
docker pull iverly/gpt4all-api