ajwthompson commited on
Commit
5317ee2
·
1 Parent(s): ee4cda4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ class ChatWrapper:
26
  def __init__(self):
27
  self.lock = Lock()
28
  def __call__(
29
- self, api_key: str, inp: str, history: Optional[Tuple[str, str]], chain
30
  ):
31
  """Execute the chat functionality."""
32
  self.lock.acquire()
 
26
  def __init__(self):
27
  self.lock = Lock()
28
  def __call__(
29
+ self, inp: str, history: Optional[Tuple[str, str]]
30
  ):
31
  """Execute the chat functionality."""
32
  self.lock.acquire()