This commit is contained in:
Game_Time 2023-08-20 17:11:51 +05:00 committed by GitHub
parent 735778d13f
commit 833eb91f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,8 @@ def test_all():
print('[lightblue]Checking the /v1/models endpoint...') print('[lightblue]Checking the /v1/models endpoint...')
print(test_models()) print(test_models())
except Exception as e: except Exception as e:
print('[red]Error: ' + e) print('[red]Error: ')
print(e)
exit(500) exit(500)
if __name__ == '__main__': if __name__ == '__main__':