Spaces:
Running
Running
Update app.py
Browse files
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:
|