🧪 test: level 2

This commit is contained in:
Florian Hönicke
2023-05-01 02:27:53 +02:00
parent 30e0b8cf1e
commit ecedc1c6bf

View File

@@ -519,3 +519,4 @@ Test scenario:
def replace_with_gpt_3_5_turbo_if_possible(pkg):
if pkg in ['nltk', 'textblob', 'spacy', 'transformers']:
return 'gpt_3_5_turbo_api'
return pkg