gitextract_xl3nwft_/ ├── .gitignore ├── BUILD.md ├── LICENSE ├── README.md ├── pyproject.toml ├── requirements.txt ├── src/ │ └── talkgpt4all/ │ ├── __init__.py │ └── chat.py └── tests/ └── example_test.py