fix: summary description

This commit is contained in:
Javier Martinez 2024-07-31 16:04:39 +02:00
parent e97878b49b
commit f8ed88f469
No known key found for this signature in database

View file

@ -258,10 +258,7 @@ class PrivateGptUi:
case Modes.BASIC_CHAT_MODE: case Modes.BASIC_CHAT_MODE:
return "Chat with the LLM using its training data. Files are ignored." return "Chat with the LLM using its training data. Files are ignored."
case Modes.SUMMARIZE_MODE: case Modes.SUMMARIZE_MODE:
return ( return "Generate a summary of the selected files. Prompt to customize the result."
"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."
)
case _: case _:
return "" return ""