tallesairan/GPT4ALL-Python-API
Simple API for using the Python binding of gpt4all, utilizing the default models of the application. It can be used with the OpenAPI library.
This project helps developers integrate GPT4ALL language models into their applications. It takes a prompt and optional parameters like model choice or temperature, and outputs generated text completions from a locally run GPT4ALL model. This is for Python developers who want to build applications powered by local large language models without relying on external APIs.
No commits in the last 6 months.
Use this if you are a Python developer building applications and want to add text generation capabilities using locally hosted GPT4ALL models.
Not ideal if you are an end-user looking for a ready-to-use application, or if you prefer cloud-based LLM services over local deployments.
Stars
13
Forks
6
Language
Python
License
—
Category
Last pushed
Jun 21, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/tallesairan/GPT4ALL-Python-API"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
k4l1sh/alexa-gpt
A tutorial on how to use ChatGPT in Alexa
rawandahmad698/PyChatGPT
⚡️ Python client for the ChatGPT API with, conversation tracking, proxy support and more.
Simatwa/WebChatGPT
Python SDK/API for ChatGPT Web-Version
toshiakit/MatGPT
MATLAB app to access ChatGPT API from OpenAI
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.