Skip to content

Commit 6764d2f

Browse files
committed
update changelogs
1 parent 556bba8 commit 6764d2f

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.3.0
2+
#### πŸš€ Features
3+
4+
- Implement Retrieval Augmented Generation (RAG) in LLMUnity (PR: #246)
5+
6+
#### πŸ› Fixes
7+
8+
- Fixed build conflict, endless import of resources. (PR: #266)
9+
10+
111
## v2.2.4
212
#### πŸš€ Features
313

β€ŽCHANGELOG.release.mdβ€Ž

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
### πŸš€ Features
22

3-
- Add Phi-3.5 and Llama 3.2 models (PR: #255)
4-
- Speedup LLMCharacter warmup (PR: #257)
3+
- Implement Retrieval Augmented Generation (RAG) in LLMUnity (PR: #246)
54

65
### πŸ› Fixes
76

8-
- Fix handling of incomplete requests (PR: #251)
9-
- Fix Unity locking of DLLs during cross-platform build (PR: #252)
10-
- Allow spaces in lora paths (PR: #254)
7+
- Fixed build conflict, endless import of resources. (PR: #266)
118

12-
### πŸ“¦ General
13-
14-
- Set default context size to 8192 and allow to adjust with a UI slider (PR: #258)

0 commit comments

Comments
Β (0)