compress pictures and add more testcase into daily run

pull/710/head
zhulin1 2024-02-27 15:12:27 +08:00
parent 4ca04ddcc3
commit e703d743a9
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ prompts = ['你好', "what's your name"]
def assert_model(response):
assert len(response) != 0
assert 'UNUSED_TOKEN' not in response
assert 'Mynameis' not in response
assert 'Iama' not in response
class TestChat: