-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
39 lines (24 loc) · 955 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.3] - 2023-09-28
### Added
- Support for Image Generation.
### Changed
- Added `sort_by` option for *list_models()* method.
## [1.0.2] - 2023-09-16
### Added
- LangChain LLM Support for Kobold Horde Client.
- [readthedocs](horde-client.readthedocs.io) Integration.
- Introduced Changelog to capture version changes.
- Async Kobold Horde Client for text generation.
- Custom Error Handling.
### Changed
- Introduced `insecure` mode while accessing public KoboldHorde Service.
## [1.0.1] - 2023-09-13
### Added
- Text Generation Client for Kobold Horde.
- Model Listing Endpoint.
- Type hints and checks with Pydantic.
- Configuration for PyPI