# FreeGPTFix
<img src="https://repository-images.githubusercontent.com/636250478/f62a1186-b84b-4e7a-86f1-145e32163a59" align="right" width=170>
![Status](https://img.shields.io/pypi/status/freeGPT)
freeGPT provides free access to text and image generation models.
## Getting Started:
pip install freeGPTFix
[DOCS](https://red-3.gitbook.io/freegptfix/getting-started/quickstart)
## Sources:
| Model | Website |
| ------------ | ------------------------------------------------------ |
| gpt3 | [chat9.yqcloud.top](https://chat9.yqcloud.top/) |
| gpt4 | [you.com](https://you.com/) |
| gpt3_5 | [vitalentum.net](https://vitalentum.net/free-chat-gpt) |
| gpt4_omni | [aichatonline.org](https://aichatonline.org/) |
| gemini | [editee.com](https://editee.com/chat-gpt) |
| prodia | [prodia.com](https://prodia.com/) |
| pollinations | [pollinations.ai](https://pollinations.ai/) |
## Examples:
### Text Completion:
```python
from freeGPTFix import Client
while True:
prompt = input("> ")
try:
resp = Client.create_completion("MODEL", prompt)
print(resp)
except Exception as e:
print(f"🤖: {e}")
```
### Image Generation:
```python
from freeGPTFix import Client
from PIL import Image
from io import BytesIO
while True:
prompt = input("> ")
try:
resp = Client.create_generation("MODEL", prompt)
Image.open(BytesIO(resp)).show()
print(f"🤖: Image shown.")
except Exception as e:
print(f"🤖: {e}")
```
Raw data
{
"_id": null,
"home_page": "https://github.com/RedPiarOfficial/FreeGPTFix",
"name": "freeGPTFix",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "artificial-intelligence, machine-learning, deep-learning, gpt4free, gpt4all, freegpt, chatgpt, python, llama, llm, nlp, gpt, ai",
"author": "RedPiar",
"author_email": "Redpiar.official@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/19/9a/94bf671b7d34524ad52223b31c86a7dbaf2af9bf150a96e0c9be98ec941e/freegptfix-1.3.0.tar.gz",
"platform": null,
"description": "# FreeGPTFix\r\n\r\n<img src=\"https://repository-images.githubusercontent.com/636250478/f62a1186-b84b-4e7a-86f1-145e32163a59\" align=\"right\" width=170>\r\n\r\n![Status](https://img.shields.io/pypi/status/freeGPT)\r\n\r\nfreeGPT provides free access to text and image generation models.\r\n\r\n## Getting Started:\r\n\r\n pip install freeGPTFix\r\n\r\n[DOCS](https://red-3.gitbook.io/freegptfix/getting-started/quickstart)\r\n\r\n## Sources:\r\n\r\n| Model | Website |\r\n| ------------ | ------------------------------------------------------ |\r\n| gpt3 | [chat9.yqcloud.top](https://chat9.yqcloud.top/) |\r\n| gpt4 | [you.com](https://you.com/) |\r\n| gpt3_5 | [vitalentum.net](https://vitalentum.net/free-chat-gpt) |\r\n| gpt4_omni | [aichatonline.org](https://aichatonline.org/) |\r\n| gemini | [editee.com](https://editee.com/chat-gpt) |\r\n| prodia | [prodia.com](https://prodia.com/) |\r\n| pollinations | [pollinations.ai](https://pollinations.ai/) |\r\n\r\n## Examples:\r\n\r\n### Text Completion:\r\n\r\n```python\r\nfrom freeGPTFix import Client\r\n\r\nwhile True:\r\n prompt = input(\"> \")\r\n try:\r\n resp = Client.create_completion(\"MODEL\", prompt)\r\n print(resp)\r\n except Exception as e:\r\n print(f\"\ud83e\udd16: {e}\")\r\n```\r\n\r\n### Image Generation:\r\n\r\n```python\r\nfrom freeGPTFix import Client\r\nfrom PIL import Image\r\nfrom io import BytesIO\r\n\r\nwhile True:\r\n prompt = input(\"> \")\r\n try:\r\n resp = Client.create_generation(\"MODEL\", prompt)\r\n Image.open(BytesIO(resp)).show()\r\n print(f\"\ud83e\udd16: Image shown.\")\r\n except Exception as e:\r\n print(f\"\ud83e\udd16: {e}\")\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "freeGPT provides free access to text and image generation models.",
"version": "1.3.0",
"project_urls": {
"Homepage": "https://github.com/RedPiarOfficial/FreeGPTFix",
"Source": "https://github.com/RedPiarOfficial/FreeGPTFix"
},
"split_keywords": [
"artificial-intelligence",
" machine-learning",
" deep-learning",
" gpt4free",
" gpt4all",
" freegpt",
" chatgpt",
" python",
" llama",
" llm",
" nlp",
" gpt",
" ai"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b236706730198bde4a505168020d54083c25cd9f6017c4faa8f53452ff158c2e",
"md5": "f69f47921cc810198636ccabdda5a768",
"sha256": "54afc7d0e1404488819acf92ba043e84a913515e012d6963c3fd513d572d6671"
},
"downloads": -1,
"filename": "freeGPTFix-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f69f47921cc810198636ccabdda5a768",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 35567,
"upload_time": "2024-08-17T13:01:06",
"upload_time_iso_8601": "2024-08-17T13:01:06.984771Z",
"url": "https://files.pythonhosted.org/packages/b2/36/706730198bde4a505168020d54083c25cd9f6017c4faa8f53452ff158c2e/freeGPTFix-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "199a94bf671b7d34524ad52223b31c86a7dbaf2af9bf150a96e0c9be98ec941e",
"md5": "28ca39041642645db8c0231170ef1d2a",
"sha256": "b1a85b086067f558d20ce4d1e819a89b425b60eace18c0f156d692ee8ce94852"
},
"downloads": -1,
"filename": "freegptfix-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "28ca39041642645db8c0231170ef1d2a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 24887,
"upload_time": "2024-08-17T13:01:08",
"upload_time_iso_8601": "2024-08-17T13:01:08.641819Z",
"url": "https://files.pythonhosted.org/packages/19/9a/94bf671b7d34524ad52223b31c86a7dbaf2af9bf150a96e0c9be98ec941e/freegptfix-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-17 13:01:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "RedPiarOfficial",
"github_project": "FreeGPTFix",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "freegptfix"
}