mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
updated
This commit is contained in:
parent
1165bd2bc5
commit
260aa7ec56
@ -751,7 +751,7 @@ class LoLLMsAPPI():
|
||||
return False
|
||||
else:
|
||||
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
|
||||
|
||||
# Stream the generated text to the main process
|
||||
|
@ -10,4 +10,5 @@ gevent-websocket
|
||||
lollms
|
||||
langchain
|
||||
requests
|
||||
eventlet
|
||||
websocket-client
|
Loading…
x
Reference in New Issue
Block a user