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/bard/__init__.py
src/pytgpt/bard/main.py
src/pytgpt/fakeopen/__init__.py
src/pytgpt/fakeopen/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/openai/__init__.py
src/pytgpt/openai/main.py
src/pytgpt/opengpt/__init__.py
src/pytgpt/opengpt/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_bard.py
tests/test_fakeopen.py
tests/test_imager.py
tests/test_koboldai.py
tests/test_leo.py
tests/test_openai.py
tests/test_opengpt.py
tests/test_utils.py