├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── LICENSE.md ├── README.md ├── WhatsApp Image 2024-05-19 at 19.01.01_47251a0f.jpg ├── __pycache__ └── t.cpython-311.pyc ├── ai4free ├── BasedGPT.py ├── Berlin4h.py ├── Blackbox.py ├── ChatGPTUK.py ├── Cohere.py ├── Deepinfra.py ├── KOBOLDAI.py ├── OpenGPT.py ├── Openai.py ├── Phind.py ├── ThinkAnyAI.py ├── __init__.py ├── __pycache__ │ ├── BasedGPT.cpython-311.pyc │ ├── Berlin4h.cpython-311.pyc │ ├── Blackbox.cpython-311.pyc │ ├── ChatGPTUK.cpython-311.pyc │ ├── Cohere.cpython-311.pyc │ ├── Deepinfra.cpython-311.pyc │ ├── Deepinfra_txt.cpython-311.pyc │ ├── KOBOLDAI.cpython-311.pyc │ ├── OpenGPT.cpython-311.pyc │ ├── Openai.cpython-311.pyc │ ├── Phind.cpython-311.pyc │ ├── ThinkAnyAI.cpython-311.pyc │ ├── __init__.cpython-311.pyc │ ├── groq.cpython-311.pyc │ ├── leo.cpython-311.pyc │ ├── perplexity.cpython-311.pyc │ ├── reka.cpython-311.pyc │ ├── yep.cpython-311.pyc │ └── you.cpython-311.pyc ├── groq.py ├── leo.py ├── perplexity.py ├── reka.py ├── yep.py └── you.py ├── setup.py └── t.py /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/README.md -------------------------------------------------------------------------------- /WhatsApp Image 2024-05-19 at 19.01.01_47251a0f.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/WhatsApp Image 2024-05-19 at 19.01.01_47251a0f.jpg -------------------------------------------------------------------------------- /__pycache__/t.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/__pycache__/t.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/BasedGPT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/BasedGPT.py -------------------------------------------------------------------------------- /ai4free/Berlin4h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/Berlin4h.py -------------------------------------------------------------------------------- /ai4free/Blackbox.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/Blackbox.py -------------------------------------------------------------------------------- /ai4free/ChatGPTUK.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/ChatGPTUK.py -------------------------------------------------------------------------------- /ai4free/Cohere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/Cohere.py -------------------------------------------------------------------------------- /ai4free/Deepinfra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/Deepinfra.py -------------------------------------------------------------------------------- /ai4free/KOBOLDAI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/KOBOLDAI.py -------------------------------------------------------------------------------- /ai4free/OpenGPT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/OpenGPT.py -------------------------------------------------------------------------------- /ai4free/Openai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/Openai.py -------------------------------------------------------------------------------- /ai4free/Phind.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/Phind.py -------------------------------------------------------------------------------- /ai4free/ThinkAnyAI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/ThinkAnyAI.py -------------------------------------------------------------------------------- /ai4free/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__init__.py -------------------------------------------------------------------------------- /ai4free/__pycache__/BasedGPT.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/BasedGPT.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/Berlin4h.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/Berlin4h.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/Blackbox.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/Blackbox.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/ChatGPTUK.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/ChatGPTUK.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/Cohere.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/Cohere.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/Deepinfra.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/Deepinfra.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/Deepinfra_txt.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/Deepinfra_txt.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/KOBOLDAI.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/KOBOLDAI.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/OpenGPT.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/OpenGPT.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/Openai.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/Openai.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/Phind.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/Phind.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/ThinkAnyAI.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/ThinkAnyAI.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/groq.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/groq.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/leo.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/leo.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/perplexity.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/perplexity.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/reka.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/reka.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/yep.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/yep.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/__pycache__/you.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/__pycache__/you.cpython-311.pyc -------------------------------------------------------------------------------- /ai4free/groq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/groq.py -------------------------------------------------------------------------------- /ai4free/leo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/leo.py -------------------------------------------------------------------------------- /ai4free/perplexity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/perplexity.py -------------------------------------------------------------------------------- /ai4free/reka.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/reka.py -------------------------------------------------------------------------------- /ai4free/yep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/yep.py -------------------------------------------------------------------------------- /ai4free/you.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/ai4free/you.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Devs-Do-Code/ai4free/HEAD/setup.py -------------------------------------------------------------------------------- /t.py: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------