Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 518 Bytes

File metadata and controls

14 lines (12 loc) · 518 Bytes

chat-tinker

Chat Tinker is a chat, prompt, and history editor allowing quick experimentation with LLM input and output.

Status

This is a work in progress. The current version is a prototype, but functional.

TODO

  • Add a way to save and load chat history
  • Scroll to the bottom of the chat window when new messages are added
  • Organize the code into modules
  • Maybe add LangChain support?
  • Add settings for the modules
  • Manage the context window size
  • Add summarization support