JCai commited on
Commit
b318e14
1 Parent(s): dad7128

test local machine model respond

Browse files
Files changed (1) hide show
  1. test_app.py +1 -1
test_app.py CHANGED
@@ -3,7 +3,7 @@ import unittest
3
  from app import respond
4
 
5
  class TestApp(unittest.TestCase):
6
- @unittest.skip("Too slow, skip for now")
7
  def test_respond_local_mode(self):
8
  # test call respond call
9
  for ret in respond(message="Please rpeat and only repeat what I say to you. 'HI'", history=[], use_local_model=True):
 
3
  from app import respond
4
 
5
  class TestApp(unittest.TestCase):
6
+ # @unittest.skip("Too slow, skip for now")
7
  def test_respond_local_mode(self):
8
  # test call respond call
9
  for ret in respond(message="Please rpeat and only repeat what I say to you. 'HI'", history=[], use_local_model=True):