mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
type fix
This commit is contained in:
parent
310cc400d1
commit
7f81b6b558
@ -1097,7 +1097,7 @@ class LollmsApplication(LoLLMsCom):
|
|||||||
"---",
|
"---",
|
||||||
])
|
])
|
||||||
template = """{
|
template = """{
|
||||||
"query": "[the rag query deduced from the last messgae in the discussion]"
|
"query": "[the rag query deduced from the last messge in the discussion]"
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
query = self.personality.generate_code(q, self.personality.image_files, template, callback=self.personality.sink)
|
query = self.personality.generate_code(q, self.personality.image_files, template, callback=self.personality.sink)
|
||||||
|
Loading…
Reference in New Issue
Block a user