mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-21 01:31:20 +00:00
upgraded
This commit is contained in:
parent
b96bea43f6
commit
2adca80b36
@ -685,6 +685,8 @@ class LoLLMsAPPI(LollmsApplication):
|
||||
|
||||
if message_type == MSG_TYPE.MSG_TYPE_CHUNK:
|
||||
self.current_generated_text += chunk
|
||||
self.nb_received_tokens += 1
|
||||
ASCIIColors.green(f"Received {self.nb_received_tokens} tokens",end="\r",flush=True)
|
||||
detected_anti_prompt = False
|
||||
anti_prompt_to_remove=""
|
||||
for prompt in self.personality.anti_prompts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user