LICENSE
README.md
setup.py
src/pytgpt/__init__.py
src/pytgpt/__main__.py
src/pytgpt/async_providers.py
src/pytgpt/base.py
src/pytgpt/console.py
src/pytgpt/exceptions.py
src/pytgpt/providers.py
src/pytgpt/utils.py
src/pytgpt/ai4chat/__init__.py
src/pytgpt/ai4chat/main.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/deepseek/__init__.py
src/pytgpt/deepseek/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/novita/__init__.py
src/pytgpt/novita/main.py
src/pytgpt/openai/__init__.py
src/pytgpt/openai/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/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_ai4chat_tgpt.py
tests/test_api.py
tests/test_auto_tgpt.py
tests/test_blackboxai_tgpt.py
tests/test_deepseek.py
tests/test_gpt4all.py
tests/test_gpt4free.py
tests/test_groq.py
tests/test_imager_tgpt.py
tests/test_koboldai.py
tests/test_novita.py
tests/test_openai.py
tests/test_perplexity.py
tests/test_phind_tgpt.py
tests/test_poe.py
tests/test_utils.py
tests/test_webchatgpt.py