Skip to content

ChatList v1.0.0

Latest

Choose a tag to compare

@keys4words keys4words released this 19 Jan 20:32
· 1 commit to main since this release

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)

  1. Download ChatList-Setup-v1.0.0.exe
  2. Run the installer
  3. Follow the installation wizard
  4. Launch ChatList from Start Menu or Desktop shortcut

Standalone Executable

  1. Download ChatList-v1.0.0.exe
  2. Run directly (no installation required)
  3. 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-here

See README.md for full configuration options.

πŸš€ Quick Start

  1. Launch ChatList
  2. Configure your API keys in .env file
  3. Add models through "Models" β†’ "Manage Models..."
  4. Enter a prompt and click "Send Request"
  5. 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