LICENSE
README.md
setup.py
src/pytgpt/__init__.py
src/pytgpt/__main__.py
src/pytgpt/base.py
src/pytgpt/console.py
src/pytgpt/utils.py
src/pytgpt/api/__init__.py
src/pytgpt/api/__main__.py
src/pytgpt/api/utils.py
src/pytgpt/api/v1.py
src/pytgpt/auto/__init__.py
src/pytgpt/auto/errors.py
src/pytgpt/auto/main.py
src/pytgpt/blackboxai/__init__.py
src/pytgpt/blackboxai/main.py
src/pytgpt/gemini/__init__.py
src/pytgpt/gemini/main.py
src/pytgpt/gpt4all/__init__.py
src/pytgpt/gpt4all/main.py
src/pytgpt/gpt4free/__init__.py
src/pytgpt/gpt4free/main.py
src/pytgpt/gpt4free/utils.py
src/pytgpt/groq/__init__.py
src/pytgpt/groq/main.py
src/pytgpt/imager/__init__.py
src/pytgpt/imager/imager.py
src/pytgpt/koboldai/__init__.py
src/pytgpt/koboldai/main.py
src/pytgpt/leo/__init__.py
src/pytgpt/leo/main.py
src/pytgpt/llama2/__init__.py
src/pytgpt/llama2/main.py
src/pytgpt/openai/__init__.py
src/pytgpt/openai/main.py
src/pytgpt/opengpt/__init__.py
src/pytgpt/opengpt/main.py
src/pytgpt/perplexity/__init__.py
src/pytgpt/perplexity/main.py
src/pytgpt/phind/__init__.py
src/pytgpt/phind/main.py
src/pytgpt/poe/__init__.py
src/pytgpt/poe/main.py
src/pytgpt/webchatgpt/__init__.py
src/pytgpt/webchatgpt/main.py
src/python_tgpt.egg-info/PKG-INFO
src/python_tgpt.egg-info/SOURCES.txt
src/python_tgpt.egg-info/dependency_links.txt
src/python_tgpt.egg-info/entry_points.txt
src/python_tgpt.egg-info/requires.txt
src/python_tgpt.egg-info/top_level.txt
tests/test_api.py
tests/test_auto.py
tests/test_blackboxai.py
tests/test_gemini.py
tests/test_gpt4all.py
tests/test_gpt4free.py
tests/test_groq.py
tests/test_imager.py
tests/test_koboldai.py
tests/test_leo.py
tests/test_llama2.py
tests/test_openai.py
tests/test_opengpt.py
tests/test_perplexity.py
tests/test_phind.py
tests/test_poe.py
tests/test_utils.py
tests/test_webchatgpt.py