This commit is contained in:
saloui 2023-06-27 11:09:52 +02:00
parent 1165bd2bc5
commit 260aa7ec56
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -10,4 +10,5 @@ gevent-websocket
lollms
langchain
requests
eventlet
websocket-client