COPYING.txt
README.md
pyproject.toml
src/gptcmd/__init__.py
src/gptcmd/cli.py
src/gptcmd/config.py
src/gptcmd/config_sample.toml
src/gptcmd/macros.py
src/gptcmd/message.py
src/gptcmd.egg-info/PKG-INFO
src/gptcmd.egg-info/SOURCES.txt
src/gptcmd.egg-info/dependency_links.txt
src/gptcmd.egg-info/entry_points.txt
src/gptcmd.egg-info/requires.txt
src/gptcmd.egg-info/top_level.txt
src/gptcmd/llm/__init__.py
src/gptcmd/llm/openai.py
tests/test_llm.py
tests/test_message.py