LICENSE
README.md
setup.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
src/tgpt/__init__.py
src/tgpt/__main__.py
src/tgpt/base.py
src/tgpt/console.py
src/tgpt/utils.py
src/tgpt/fakeopen/__init__.py
src/tgpt/fakeopen/main.py
src/tgpt/imager/__init__.py
src/tgpt/imager/imager.py
src/tgpt/koboldai/__init__.py
src/tgpt/koboldai/main.py
src/tgpt/leo/__init__.py
src/tgpt/leo/main.py
src/tgpt/openai/__init__.py
src/tgpt/openai/main.py
src/tgpt/opengpt/__init__.py
src/tgpt/opengpt/main.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