KishoreK commited on
Commit
049221d
1 Parent(s): 2e8a785
Files changed (1) hide show
  1. app.py +2 -2
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.