mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
fix: summary description
This commit is contained in:
parent
e97878b49b
commit
f8ed88f469
1 changed files with 1 additions and 4 deletions
|
|
@ -258,10 +258,7 @@ class PrivateGptUi:
|
|||
case Modes.BASIC_CHAT_MODE:
|
||||
return "Chat with the LLM using its training data. Files are ignored."
|
||||
case Modes.SUMMARIZE_MODE:
|
||||
return (
|
||||
"Generate a summary of the selected files. Prompt to customize the result. "
|
||||
"This may take significant time depending on the length and complexity of the input."
|
||||
)
|
||||
return "Generate a summary of the selected files. Prompt to customize the result."
|
||||
case _:
|
||||
return ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue