mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-07 11:30:05 +00:00
Server view fix (#3411)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
|
||||
### Fixed
|
||||
- Fix regression while using localdocs with server API ([#3410](https://github.com/nomic-ai/gpt4all/pull/3410))
|
||||
- Don't show system messages in server chat view ([#3411](https://github.com/nomic-ai/gpt4all/pull/3411))
|
||||
|
||||
## [3.7.0] - 2025-01-21
|
||||
|
||||
|
@@ -828,7 +828,7 @@ Rectangle {
|
||||
textInput.cursorPosition = text.length;
|
||||
}
|
||||
height: visible ? implicitHeight : 0
|
||||
visible: name !== "ToolResponse: "
|
||||
visible: name !== "ToolResponse: " && name !== "System: "
|
||||
}
|
||||
|
||||
remove: Transition {
|
||||
|
Reference in New Issue
Block a user