Skip to content

Commit 9c81ee9

Browse files
Release v0.1.0
1 parent 619dff2 commit 9c81ee9

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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.
911

1012
### Added
1113

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
24+
- Include Dockerfile for containerized deployment

0 commit comments

Comments
 (0)