vincentmin commited on
Commit
49cd552
1 Parent(s): aad505f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -81,7 +81,6 @@ def parameter_accordion():
81
 
82
 
83
  def format_chat_prompt(message: str, chat_history, bot_name: str) -> str:
84
- print(bot_name)
85
  instructions = INSTRUCTIONS_MAPPING[bot_name].strip(" ").strip("\n")
86
  prompt = instructions
87
  for turn in chat_history:
 
81
 
82
 
83
  def format_chat_prompt(message: str, chat_history, bot_name: str) -> str:
 
84
  instructions = INSTRUCTIONS_MAPPING[bot_name].strip(" ").strip("\n")
85
  prompt = instructions
86
  for turn in chat_history: