Alyafeai commited on
Commit
4cbade5
1 Parent(s): e0f22a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -126,6 +126,7 @@ def format_chat_prompt(
126
  include_all_chat_history: bool = True,
127
  index : int = 1
128
  ) -> str:
 
129
  instructions = instructions.strip()
130
  prompt = instructions
131
  if not include_all_chat_history:
 
126
  include_all_chat_history: bool = True,
127
  index : int = 1
128
  ) -> str:
129
+ print(f"{message=}, {chat_history=}, {instructions=}, {user_name=}, {bot_name=}, {include_all_chat_history=}, {index=}")
130
  instructions = instructions.strip()
131
  prompt = instructions
132
  if not include_all_chat_history: