-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1bd97c
commit e1c60c6
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## v2.3.0 | ||
#### π Fixes | ||
|
||
- fix handling of incomplete requests (PR: #247) | ||
|
||
|
||
## v2.2.3 | ||
#### π Features | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
### π Features | ||
|
||
- LlamaLib v1.1.12: SSL certificate & API key for server, Support more AMD GPUs (PR: #241) | ||
- Server security with API key and SSL (PR: #238) | ||
- Show server command for easier deployment (PR #239) | ||
|
||
### π Fixes | ||
|
||
- Fix multiple LLM crash on Windows (PR: #242) | ||
- Exclude system prompt from saving of chat history (PR: #240) | ||
- fix handling of incomplete requests (PR: #247) | ||
|