mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-25 09:24:23 +01:00
🧪 test: level 2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user