Metadata-Version: 2.3
Name: sai-chat
Version: 0.1.1
Summary: Simple AI interface to chat with your LLM models from the terminal
Requires-Dist: httpx>=0.28.1
Requires-Dist: inquirer>=3.4.1
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: rich>=14.3.2
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/luisgdev/sai
Project-URL: Repository, https://github.com/luisgdev/sai
Project-URL: Issues, https://github.com/luisgdev/sai/issues
Project-URL: Documentation, https://github.com/luisgdev/sai#readme
Description-Content-Type: text/markdown

# sai
Simple AI interface to chat with your LLM models from the terminal

# Features

- [x] Pretty print real time responses in Markdown, using `rich` library.
- [x] Keep conversation context.
- [x] Autodetect and option to select models.
- [ ] Add support for custom prompts.
- [ ] Add conversation persistency (sessions).