You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-12Lines changed: 14 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [Unreleased]
8
+
## [0.1.0] - 2025-03-03
9
+
10
+
This release introduces a complete web-based chat interface for LLMs with support for multiple providers (Ollama, Anthropic, OpenAI, OpenRouter), persistent conversation storage, and extensive customization options. The addition of containerized deployment and structured logging improves the system's operability, while the ability to use external tools with Anthropic models extends the functional capabilities.
9
11
10
12
### Added
11
13
12
-
-Web UI for chatting with LLM.
13
-
- Ollama, Anthropic, OpenAI and OpenRouter LLM providers.
14
-
-Configuration file for LLM provider.
15
-
-Bolt DB for chat and message persistence.
16
-
-List MCP objects (servers, tools, resources, prompts) in the UI.
17
-
-Customizable system and title generation prompts.
18
-
-Implement tools interaction for anthropic.
19
-
-Own LLM for title generation.
20
-
-Dockerfile.
21
-
-Structured logging.
22
-
-LLM Parameter configuration.
14
+
-Add web-based user interface for chatting with Large Language Models (LLMs)
15
+
-Integrate multiple LLM providers: Ollama, Anthropic, OpenAI and OpenRouter
16
+
-Implement Bolt database for persistent storage of chat history and messages
17
+
-Add configuration file system for managing LLM provider settings
18
+
-Add customizable LLM parameters for fine-tuning model behavior
19
+
-Implement dedicated LLM instance for generating conversation titles
20
+
-Add ability to customize system prompts and conversation title generation
21
+
-Enable tools interaction capability for Anthropic models
22
+
-Display system objects (servers, tools, resources, prompts) in the user interface
23
+
-Add structured logging for improved monitoring and troubleshooting
0 commit comments