sarwarshafee8709809365 commited on
Commit
fdc222e
·
1 Parent(s): 1504dc1
app.py CHANGED
@@ -22,8 +22,8 @@ def new_chat():
22
  }
23
 
24
  def button_pressed():
25
- new_chat = new_chat()
26
- return new_chat, None, [], None, None
27
 
28
  # Main processing function
29
  def run(audio, state):
 
22
  }
23
 
24
  def button_pressed():
25
+ new_chat_init = new_chat()
26
+ return new_chat_init, None, [], None, None
27
 
28
  # Main processing function
29
  def run(audio, state):
erp_core/runnable/__pycache__/primary_assistant_prompt.cpython-311.pyc CHANGED
Binary files a/erp_core/runnable/__pycache__/primary_assistant_prompt.cpython-311.pyc and b/erp_core/runnable/__pycache__/primary_assistant_prompt.cpython-311.pyc differ