Spaces:
Sleeping
Sleeping
req.txt
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
10 |
|
11 |
def respond(
|
12 |
message,
|
13 |
-
history: list[tuple[str, str]],
|
14 |
-
system_message,
|
15 |
):
|
16 |
task_instruction = """
|
17 |
You are an expert in composing functions. You are given a question and a set of possible functions.
|
|
|
10 |
|
11 |
def respond(
|
12 |
message,
|
13 |
+
history: list[tuple[str, str]]= None,
|
14 |
+
system_message = None,
|
15 |
):
|
16 |
task_instruction = """
|
17 |
You are an expert in composing functions. You are given a question and a set of possible functions.
|