lfoppiano commited on
Commit
f8f1a5e
1 Parent(s): 9c5538b

update changelog

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +14 -4
CHANGELOG.md CHANGED
@@ -3,11 +3,22 @@
3
  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
  ## [0.3.3] - 2023-12-14
7
 
8
  ### Added
9
 
10
- + Add experimental PDF rendering in the page
11
 
12
  ### Fixed
13
 
@@ -15,11 +26,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
 
16
  ## [0.3.2] - 2023-12-01
17
 
18
- ### Fixed
19
 
20
- + Remove memory when using Zephyr-7b-beta, that easily hallucinate
21
 
22
-
23
  ## [0.3.1] - 2023-11-22
24
 
25
  ### Added
 
3
  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
+ ## Added
10
+
11
+ + Add gpt4 and gpt4-turbo
12
+
13
+ ## Changed
14
+
15
+ + improved UI: replace combo boxes with dropdown box
16
+
17
  ## [0.3.3] - 2023-12-14
18
 
19
  ### Added
20
 
21
+ + Add experimental PDF rendering in the page
22
 
23
  ### Fixed
24
 
 
26
 
27
  ## [0.3.2] - 2023-12-01
28
 
29
+ ### Fixed
30
 
31
+ + Remove memory when using Zephyr-7b-beta, that easily hallucinate
32
 
 
33
  ## [0.3.1] - 2023-11-22
34
 
35
  ### Added