mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
added is continue
This commit is contained in:
parent
7292acd47e
commit
b668f955f8
@ -1373,7 +1373,8 @@ class LollmsApplication(LoLLMsCom):
|
|||||||
"ai_prefix":ai_prefix,
|
"ai_prefix":ai_prefix,
|
||||||
"extra":"",
|
"extra":"",
|
||||||
"available_space":available_space,
|
"available_space":available_space,
|
||||||
"skills":skills
|
"skills":skills,
|
||||||
|
"is_continue":is_continue
|
||||||
}
|
}
|
||||||
if self.config.debug:
|
if self.config.debug:
|
||||||
ASCIIColors.highlight(documentation,"source_document_title", ASCIIColors.color_yellow, ASCIIColors.color_red, False)
|
ASCIIColors.highlight(documentation,"source_document_title", ASCIIColors.color_yellow, ASCIIColors.color_red, False)
|
||||||
|
Loading…
Reference in New Issue
Block a user