broken - add variable to function
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ def respond(
|
|
| 14 |
message,
|
| 15 |
history: list[tuple[str, str]],
|
| 16 |
system_message,
|
|
|
|
| 17 |
max_tokens,
|
| 18 |
temperature,
|
| 19 |
top_p,
|
|
|
|
| 14 |
message,
|
| 15 |
history: list[tuple[str, str]],
|
| 16 |
system_message,
|
| 17 |
+
use_history,
|
| 18 |
max_tokens,
|
| 19 |
temperature,
|
| 20 |
top_p,
|