diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-01-23 12:18:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-23 12:18:32 +0100 |
commit | 984c3e1f891b1242954413d7abf81d0a45aa1110 (patch) | |
tree | 1f1bee0d403b70866b2bf5f71cfc5a0fb2fe4efd /etc/unittest/__main__.py | |
parent | Added CodeLlama and misc models from DeepInfra (#1506) (diff) | |
parent | Fix: Model sometimes not converted #1507 (diff) | |
download | gpt4free-984c3e1f891b1242954413d7abf81d0a45aa1110.tar gpt4free-984c3e1f891b1242954413d7abf81d0a45aa1110.tar.gz gpt4free-984c3e1f891b1242954413d7abf81d0a45aa1110.tar.bz2 gpt4free-984c3e1f891b1242954413d7abf81d0a45aa1110.tar.lz gpt4free-984c3e1f891b1242954413d7abf81d0a45aa1110.tar.xz gpt4free-984c3e1f891b1242954413d7abf81d0a45aa1110.tar.zst gpt4free-984c3e1f891b1242954413d7abf81d0a45aa1110.zip |
Diffstat (limited to '')
-rw-r--r-- | etc/unittest/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/unittest/__main__.py b/etc/unittest/__main__.py index 243c56b2..a133343e 100644 --- a/etc/unittest/__main__.py +++ b/etc/unittest/__main__.py @@ -2,5 +2,6 @@ import unittest from .asyncio import * from .backend import * from .main import * +from .model import * unittest.main()
\ No newline at end of file |