Releases: keys4words/chatList
Releases · keys4words/chatList
Release list
ChatList v1.0.0
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