LICENSE
README.md
pyproject.toml
src/nbchatgpt/__init__.py
src/nbchatgpt/cli.py
src/nbchatgpt/client.py
src/nbchatgpt/conversation.py
src/nbchatgpt/exceptions.py
src/nbchatgpt/models.py
src/nbchatgpt/ui.py
src/nbchatgpt/utils.py
src/nbchatgpt.egg-info/PKG-INFO
src/nbchatgpt.egg-info/SOURCES.txt
src/nbchatgpt.egg-info/dependency_links.txt
src/nbchatgpt.egg-info/entry_points.txt
src/nbchatgpt.egg-info/requires.txt
src/nbchatgpt.egg-info/top_level.txt
tests/test_client.py