No description
Find a file
Parley Hatch b138cac6ce Initial commit: CLI chat client for ChatGPT
Python CLI using OpenAI API with SQLite conversation persistence.
Supports named conversations, model selection, system prompts,
and streaming responses.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:12:03 -07:00
.gitignore Initial commit: CLI chat client for ChatGPT 2026-01-29 18:12:03 -07:00
.python-version Initial commit: CLI chat client for ChatGPT 2026-01-29 18:12:03 -07:00
main.py Initial commit: CLI chat client for ChatGPT 2026-01-29 18:12:03 -07:00
pyproject.toml Initial commit: CLI chat client for ChatGPT 2026-01-29 18:12:03 -07:00
README.md Initial commit: CLI chat client for ChatGPT 2026-01-29 18:12:03 -07:00
uv.lock Initial commit: CLI chat client for ChatGPT 2026-01-29 18:12:03 -07:00