mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2026-01-20 05:54:19 +01:00
🧪 test: level 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user