Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 498 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 498 Bytes

This application:

  • is a (quite) simple project for personal practice.
  • is built with PySide6.
  • uses OpenAI ChatGPT API.
  • install: install requirement.txt, then run python main.pyw

Usage:

  • Set basic options: api_key, api_base, temperature, system_prompt, model.
  • Use shortcut Ctrl+Alt+Q to hide/show main window.
  • Use Ctrl+K to create a new dialog.

Roadmap:

  • LaTex rendering
  • Message editing
  • History dialog titles generating & editing
  • Claude model support