Spaces:
Running
Running
update changelog
Browse files- CHANGELOG.md +8 -2
CHANGELOG.md
CHANGED
@@ -4,13 +4,19 @@ All notable changes to this project will be documented in this file.
|
|
4 |
|
5 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
## [0.3.4] - 2023-12-16
|
8 |
|
9 |
-
|
10 |
|
11 |
+ Add gpt4 and gpt4-turbo
|
12 |
|
13 |
-
|
14 |
|
15 |
+ improved UI: replace combo boxes with dropdown box
|
16 |
|
|
|
4 |
|
5 |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
6 |
|
7 |
+
## [0.3.5] - 2023-12-26
|
8 |
+
|
9 |
+
### Fixed
|
10 |
+
|
11 |
+
+ Fixed dependencies when installing as library
|
12 |
+
|
13 |
## [0.3.4] - 2023-12-16
|
14 |
|
15 |
+
### Added
|
16 |
|
17 |
+ Add gpt4 and gpt4-turbo
|
18 |
|
19 |
+
### Changed
|
20 |
|
21 |
+ improved UI: replace combo boxes with dropdown box
|
22 |
|