Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ client = InferenceClient("QuantFactory/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncens
|
|
8 |
|
9 |
def respond(
|
10 |
message,
|
11 |
-
initial_context_message,
|
12 |
history: list[tuple[str, str]],
|
13 |
system_message,
|
|
|
14 |
max_tokens,
|
15 |
temperature,
|
16 |
top_p,
|
|
|
8 |
|
9 |
def respond(
|
10 |
message,
|
|
|
11 |
history: list[tuple[str, str]],
|
12 |
system_message,
|
13 |
+
initial_context_message,
|
14 |
max_tokens,
|
15 |
temperature,
|
16 |
top_p,
|