ChatList v1.0.0
π Release Highlights
ChatList is a powerful application for sending prompts to multiple AI models simultaneously and comparing their responses.
β¨ Features
- β Send one prompt to multiple AI models at once
- β Compare responses side-by-side
- β Save prompts and results to database
- β Tag and categorize prompts
- β Export results to Markdown and JSON
- β Manage multiple AI models through GUI
- β Search and filter prompts and results
- β Comprehensive logging
π¦ Installation
Windows Installer (Recommended)
- Download
ChatList-Setup-v1.0.0.exe - Run the installer
- Follow the installation wizard
- Launch ChatList from Start Menu or Desktop shortcut
Standalone Executable
- Download
ChatList-v1.0.0.exe - Run directly (no installation required)
- Note: Database and logs will be created in the same folder
π§ Configuration
After installation, create a .env file in the application directory with your API keys:
OPENAI_API_KEY=sk-your-key-here
OPENROUTER_API_KEY=sk-or-v1-your-key-here
DEEPSEEK_API_KEY=sk-your-key-here
GROQ_API_KEY=gsk_your-key-hereSee README.md for full configuration options.
π Quick Start
- Launch ChatList
- Configure your API keys in
.envfile - Add models through "Models" β "Manage Models..."
- Enter a prompt and click "Send Request"
- Compare responses from different models
π Supported Models
- OpenAI (GPT-4, GPT-3.5-turbo)
- DeepSeek
- Groq
- OpenRouter (supports many models)
- Custom models via OpenAI-compatible API
π Bug Fixes
- Fixed issue with [describe bug fix]
- Improved [describe improvement]
π Changes
- Added [new feature]
- Updated [updated feature]
- Removed [removed feature]
π Links
π License
MIT License - see LICENSE file for details
π Credits
Developed with β€οΈ using PyQt5
Full Changelog: v0.9.0...v1.0.0