Skip to content

Commit

Permalink
remove print of prompt prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Jan 17, 2024
1 parent ed780b0 commit 29c40f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/shark_studio/web/ui/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def chat_fn(
cli=False,
):
global language_model
print("Prompt prefix: ", prompt_prefix)
if streaming_llm and prompt_prefix == "Clear":
language_model = None
return "Clearing history...", ""
Expand Down

0 comments on commit 29c40f4

Please sign in to comment.