Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uesleibros/OpenGPT
OpenGPT 3.5/4 is a project aimed at providing practical and user-friendly APIs. The APIs allow for easy integration with various applications, making it simple for developers to incorporate the natural language processing capabilities of GPT into their projects.
https://github.com/uesleibros/OpenGPT
ai api artificial-intelligence chatbot chatgpt-api chatgpt-free free free-gpt free-to-use gpt gpt-3 gpt-4 language-model model openai openai-api proxy python reverse-engineering services
Last synced: 2 months ago
JSON representation
OpenGPT 3.5/4 is a project aimed at providing practical and user-friendly APIs. The APIs allow for easy integration with various applications, making it simple for developers to incorporate the natural language processing capabilities of GPT into their projects.
- Host: GitHub
- URL: https://github.com/uesleibros/OpenGPT
- Owner: uesleibros
- License: gpl-3.0
- Archived: true
- Created: 2023-04-28T00:40:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-06T11:23:19.000Z (over 1 year ago)
- Last Synced: 2024-11-11T21:10:04.223Z (2 months ago)
- Topics: ai, api, artificial-intelligence, chatbot, chatgpt-api, chatgpt-free, free, free-gpt, free-to-use, gpt, gpt-3, gpt-4, language-model, model, openai, openai-api, proxy, python, reverse-engineering, services
- Language: Python
- Homepage: https://discord.gg/W7tnxxA6mG
- Size: 237 KB
- Stars: 243
- Watchers: 11
- Forks: 27
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# OpenGPT (3.5/4)
![icon](https://media.discordapp.net/attachments/814722115831595018/1105152033603993810/20230508_121652.jpg)
OpenGPT 3.5/4 is a project aimed at providing practical and user-friendly APIs. The APIs allow for easy integration with various applications, making it simple for developers to incorporate the natural language processing capabilities of GPT into their projects. The user-friendly design of the APIs ensures that developers can quickly and easily start using the GPT technology, without having to navigate complex systems. OpenGPT 3.5/4 is the ideal solution for developers looking to enhance their applications with advanced natural language processing capabilities.
[ Join our Community](https://discord.gg/W7tnxxA6mG)
[ Star this project](https://github.com/uesleibros/OpenGPT/stargazers)
## About the Project
This project was made so that everyone can have access to artificial intelligence models for free. Non-profit made by those who love to program!
### Services
- [ Playground](https://gptplayground.uesleidev.repl.co/playground)
## Explaining some details
- We are currently organizing the project and as such, the source code for one of the AIs API has not been released yet.
- The artificial intelligence models used and APIs are not ours, it is being made clear so that it does not create confusion in the future.
- We are not responsible for what purposes you use these APIs. We just deliver so you can have fun with this new technology.
- Our purpose is not to harm any of these companies or leak content, we are just providing alternative uses so you can have fun.
## Artifical Intelligences
> remembering that all these models are from their respective companies, none of them are ours.
### Included
#### Completion
| Website | Model |
|---------|-------|
| [`ava-ai-ef611.web.app`](https://ava-ai-ef611.web.app/) | `GPT 3.5-Turbo`, `GPT-4` and **No account required.**|
| [`chat.forefront.ai`](https://chat.forefront.ai/) | `GPT 3.5-Turbo`, `GPT-4` and **Internet** |
| [`ai.usesless.com`](https://ai.usesless.com/) | `GPT-3.5-Turbo`, `GPT-4` |
| [`italygpt.it`](https://italygpt.it/) | `GPT-3.5-Turbo` |
| [`chatgptproxy.me`](https://chatgptproxy.me/) | `GPT-3.5-Turbo` |
| [`chatllama.baseten.co`](https://chatllama.baseten.co/) | `Alpaca-7b` |
| [`chatbase.co`](https://chatbase.co/) | `GPT-3.5-Turbo`, `GPT-4` |#### Image
| Website | Model |
|---------|-------|
| [`hotpot.ai`](https://hotpot.ai/art-generator) | `Stable Diffusion` |### Unfinished/Testing
#### Completion
| Website | Model |
|---------|-------|
| [`beta.character.ai`](https://beta.character.ai/) | `C1.2 (own model)` |#### Image
| Website | Model |
|---------|-------|
| [`nightcafe`](https://nightcafe.studio) | `Stable Diffusion`, `Dall-E 2` and `Coherent` |## Setup Project
### Installation
#### Source Code
Before starting to use OpenGPT, it is necessary to have the required dependencies to work. There are 2 ways to make the necessary installations:
- **Makefile**:
- If you have `Make` installed on your machine, just run the following command: `make dependencies`. It will download all necessary dependencies.
- **Manual**:
- If you don't have the Makefile installed on your machine, you can just type in your terminal the following: `pip install -r requirements.txt`. Which will also install all the necessary dependencies.
##### Project ArchitectureFirst, you need to download the source code from this repository. After extracting the `.zip` file, you will have a folder called `OpenGPT`. You need to put it in your project, use example architecture:
```
my_project
├── OpenGPT
├── your_code
│ ├── ....
```Now, for you to use it, just import:
```py
from OpenGPT.opengpt import OpenGPT
```#### Package
You can install this project as module using pip command.
```shell
pip install opengpt4
```After install, for use it's simple, you can work with something model like this:
```py
from opengpt import OpenGPTforefront = OpenGPT(provider="forefront", type="completion", options={...})
# .....
```## Contribution
APIs play a crucial role in the development and implementation of AI systems. They provide a means of communication between different components of the AI system, as well as between the AI system and external applications. APIs can also facilitate the integration of AI systems into larger software systems.
At this stage, we welcome any contributions to our project, including pull requests.
By leveraging the power of APIs and collaborating with a diverse group of developers, we can push the boundaries of what is possible with AI technology. So if you're interested in contributing to our project, please don't hesitate to get in touch! [Contribute.](https://github.com/uesleibros/OpenGPT/pulls)