Skip to content

Releases: ChayScripts/Any-LLM-Chat

1.1.0: New Features Added

05 Dec 18:05
976a9c7

Choose a tag to compare

New Features

  • New Chat Creation: Start fresh conversations instantly without losing prior context.

  • Save Chat History: Persist conversations across sessions for easy reference and continuity.

  • Save API URL and Key: Store custom API endpoints and API key.

  • System Instructions: Provide custom system instructions.

v1.0.0

23 Jul 13:01
2ad2016

Choose a tag to compare

Release v1.0.0 - Initial Launch: Any LLM Chat

✨ Features & Improvements

  • Universal LLM Compatibility: Connect effortlessly to any OpenAI-compatible API.
  • Dynamic Model Discovery: Automatically fetches and lists available models from your specified endpoint.
  • Persistent Chat History: Your conversations are saved locally (chat_history.json) for continued access across sessions.
  • Interactive Chat Interface: A user-friendly chat UI with real-time streaming responses.
  • Intelligent Response Management:
    • "Read More/Show Less": Smart truncation for long responses.
    • Copy to Clipboard: One-click copy for AI outputs.
    • Delete Messages: Easily remove unwanted user/assistant message pairs.
  • Cost-Saving Stop Feature: Halt ongoing AI responses at any time to manage token usage.
  • Enhanced Privacy: Your API key remains in your browser's memory and is never saved or sent to external servers. All chat data is stored locally.