Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ client = InferenceClient("unsloth/Meta-Llama-3.1-8B-Instruct")
|
|
8 |
|
9 |
def respond(
|
10 |
message,
|
|
|
11 |
history: list[tuple[str, str]],
|
12 |
system_message,
|
13 |
max_tokens,
|
|
|
8 |
|
9 |
def respond(
|
10 |
message,
|
11 |
+
initial_context_message,
|
12 |
history: list[tuple[str, str]],
|
13 |
system_message,
|
14 |
max_tokens,
|