summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/testing/test_all.py14
1 files changed, 2 insertions, 12 deletions
diff --git a/etc/testing/test_all.py b/etc/testing/test_all.py
index 73134e3f..6850627d 100644
--- a/etc/testing/test_all.py
+++ b/etc/testing/test_all.py
@@ -38,21 +38,11 @@ async def test(model: g4f.Model):
async def start_test():
models_to_test = [
- # GPT-3.5 4K Context
+ # GPT-3.5
g4f.models.gpt_35_turbo,
- g4f.models.gpt_35_turbo_0613,
- # GPT-3.5 16K Context
- g4f.models.gpt_35_turbo_16k,
- g4f.models.gpt_35_turbo_16k_0613,
-
- # GPT-4 8K Context
+ # GPT-4
g4f.models.gpt_4,
- g4f.models.gpt_4_0613,
-
- # GPT-4 32K Context
- g4f.models.gpt_4_32k,
- g4f.models.gpt_4_32k_0613,
]
models_working = []