🧪 test: level 2

This commit is contained in:
Florian Hönicke
2023-05-01 11:04:08 +02:00
parent ce8f6a1418
commit 9b02b85324

View File

@@ -530,6 +530,6 @@ Test scenario:
@staticmethod
def replace_with_gpt_3_5_turbo_if_possible(pkg):
if pkg in ['nltk', 'textblob', 'spacy', 'transformers']:
if pkg in ['nltk', 'textblob', 'spacy', 'transformers', 'textstat']:
return 'gpt_3_5_turbo_api'
return pkg