mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-30 08:03:57 +00:00
updated
This commit is contained in:
parent
1165bd2bc5
commit
260aa7ec56
@ -751,7 +751,7 @@ class LoLLMsAPPI():
|
|||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
self.current_generated_text = self.remove_text_from_string(self.current_generated_text, anti_prompt_to_remove)
|
self.current_generated_text = self.remove_text_from_string(self.current_generated_text, anti_prompt_to_remove)
|
||||||
print("The model is halucinating")
|
ASCIIColors.warning("The model is halucinating")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# Stream the generated text to the main process
|
# Stream the generated text to the main process
|
||||||
|
@ -10,4 +10,5 @@ gevent-websocket
|
|||||||
lollms
|
lollms
|
||||||
langchain
|
langchain
|
||||||
requests
|
requests
|
||||||
|
eventlet
|
||||||
websocket-client
|
websocket-client
|
Loading…
x
Reference in New Issue
Block a user